Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | local static |
#define | INDEX(i, j, k) (((size_t)((i-1)>>1)*((i-2)>>1)+(j>>1)-1)*(max-1)+k-1) |
Typedefs | |
typedef unsigned long long | big_t |
typedef unsigned long long | code_t |
Functions | |
local void | cleanup (void) |
local big_t | count (int syms, int len, int left) |
local int | beenhere (int syms, int len, int left, int mem, int rem) |
local void | examine (int syms, int len, int left, int mem, int rem) |
local void | enough (int syms) |
int | main (int argc, char **argv) |
Variables | |
local int | max |
local int | root |
local int | large |
local size_t | size |
local int * | code |
local big_t * | num |
local struct tab * | done |
Definition at line 179 of file enough.c.
Referenced by beenhere(), count(), and enough().
Definition at line 182 of file enough.c.
References free(), NULL, size, and vec.
Referenced by beenhere(), vlWin32::Win32Context::initWin32GLContext(), and main().
Definition at line 174 of file enough.c.
Referenced by bdf_cmap_char_index(), bdf_cmap_char_next(), cff_cmap_encoding_char_next(), cff_parser_init(), cff_parser_run(), compress_block(), decode(), jpeg_huff_decode(), jpeg_make_c_derived_tbl(), jpeg_make_d_derived_tbl(), lunpipe(), pcf_cmap_char_index(), pcf_cmap_char_next(), stored(), t1_cmap_std_char_index(), and tr_static_init().
Definition at line 170 of file enough.c.
Referenced by af_glyph_hints_align_strong_points(), af_latin2_hints_link_segments(), af_latin_hints_link_segments(), bdf_cmap_char_index(), bdf_cmap_char_next(), count(), enough(), examine(), gxv_array_getlimits_byte(), gxv_array_getlimits_ushort(), inflate_table(), inflate_table9(), vl::isinf(), vl::isinf_pos(), log_compress(), lunpipe(), main(), vl::DaeLoader::parseInputs(), pcf_cmap_char_index(), pcf_cmap_char_next(), pfr_cmap_char_index(), pfr_cmap_char_next(), pfr_face_init(), triangle_stripper::detail::cache_simulator::reset(), triangle_stripper::detail::cache_simulator::resize(), T1_Get_Kerning(), tt_cmap_init(), and tt_face_get_kerning().
Definition at line 171 of file enough.c.
Referenced by beenhere(), cid_parse_font_matrix(), enough(), examine(), FT_Hypot(), FT_SqrtFixed(), inflate_table(), inflate_table9(), vl::DaeLoader::load(), vl::DaeLoader::loadOptions(), main(), vl::ActorTreeAbstract::prepareActors(), vl::MemoryDirectory::setPath(), vl::ZippedDirectory::setPath(), vl::VirtualDirectory::setPath(), sfnt_load_face(), T1_Face_Init(), T42_Face_Init(), and t42_parse_dict().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.