/third_party/gettext/gettext-tools/src/ |
D | msgl-fsearch.c | 210 message_fuzzy_index_ty *findex = XMALLOC (message_fuzzy_index_ty); in message_fuzzy_index_alloc() local 215 findex->messages = mlp->item; in message_fuzzy_index_alloc() 216 findex->iterator = po_charset_character_iterator (canon_charset); in message_fuzzy_index_alloc() 219 if (hash_init (&findex->gram4, 10 * count) < 0) in message_fuzzy_index_alloc() 233 const char *p1 = p0 + findex->iterator (p0); in message_fuzzy_index_alloc() 236 const char *p2 = p1 + findex->iterator (p1); in message_fuzzy_index_alloc() 239 const char *p3 = p2 + findex->iterator (p2); in message_fuzzy_index_alloc() 242 const char *p4 = p3 + findex->iterator (p3); in message_fuzzy_index_alloc() 251 if (hash_find_entry (&findex->gram4, p0, p4 - p0, in message_fuzzy_index_alloc() 257 hash_set_value (&findex->gram4, p0, p4 - p0, in message_fuzzy_index_alloc() [all …]
|
D | msgl-fsearch.h | 55 message_fuzzy_index_search (message_fuzzy_index_ty *findex, 62 message_fuzzy_index_free (message_fuzzy_index_ty *findex);
|
D | ChangeLog.1 | 2201 * msgmerge.c (struct definitions_ty): Rename field 'findex' to 4070 (definitions_init_findex): Ensure findex is initialized by the
|
/third_party/cmsis/CMSIS/DSP/Source/FastMathFunctions/ |
D | arm_sin_f32.c | 78 float32_t findex; in arm_sin_f32() local 97 findex = (float32_t)FAST_MATH_TABLE_SIZE * in; in arm_sin_f32() 98 index = (uint16_t)findex; in arm_sin_f32() 103 findex -= (float32_t)FAST_MATH_TABLE_SIZE; in arm_sin_f32() 107 fract = findex - (float32_t) index; in arm_sin_f32()
|
D | arm_cos_f32.c | 77 float32_t findex; in arm_cos_f32() local 96 findex = (float32_t)FAST_MATH_TABLE_SIZE * in; in arm_cos_f32() 97 index = (uint16_t)findex; in arm_cos_f32() 102 findex -= (float32_t)FAST_MATH_TABLE_SIZE; in arm_cos_f32() 106 fract = findex - (float32_t) index; in arm_cos_f32()
|
/third_party/cmsis/CMSIS/DSP/Source/ControllerFunctions/ |
D | arm_sin_cos_f32.c | 83 float32_t temp, findex; in arm_sin_cos_f32() local 97 findex = (float32_t)FAST_MATH_TABLE_SIZE * in; in arm_sin_cos_f32() 98 indexS = ((uint16_t)findex) & 0x1ff; in arm_sin_cos_f32() 102 fract = findex - (float32_t) indexS; in arm_sin_cos_f32()
|
/third_party/alsa-utils/alsactl/ |
D | daemon.c | 93 int i, index, findex; in add_card() local 99 for (i = 0, findex = -1; i < *count; i++) { in add_card() 101 findex = i; in add_card() 125 if (findex >= 0) { in add_card() 126 (*cards)[findex] = card; in add_card()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vaguedenoiser.c | 288 int findex; in invert_step() local 296 findex = (size + 2) >> 1; in invert_step() 298 for (i = 9; i < findex + 11; i++) { in invert_step() 319 for (i = 8; i < findex + 11; i++) { in invert_step()
|
/third_party/libffi/doc/ |
D | libffi.texi | 141 @findex ffi_prep_cif 167 @findex ffi_prep_cif_var 196 @findex ffi_call 483 @findex ffi_get_struct_offsets 796 @findex FFI_CLOSURES 803 @findex ffi_closure_alloc 812 @findex ffi_closure_free 823 @findex ffi_prep_closure_loc
|
D | texinfo.tex | 5467 % @findex, @vindex, @kindex, @cindex. 5469 \def\findex {\fnindex}
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | autosprintf.texi | 17 @c fn = function @findex
|
/third_party/gettext/libtextstyle/doc/ |
D | libtextstyle.texi | 15 @c fn = function @findex
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 24 @c fn = function @findex 6388 @findex pgettext 6413 @findex dpgettext 6414 @findex dcpgettext 6480 @findex pgettext_expr 6481 @findex dpgettext_expr 6482 @findex dcpgettext_expr
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | texinfo.tex | 4396 % @findex xyz 4868 % @findex, @vindex, @kindex, @cindex. 4870 \def\findex {\fnindex}
|
/third_party/gettext/build-aux/ |
D | texinfo.tex | 4456 % @findex xyz 4945 % @findex, @vindex, @kindex, @cindex. 4947 \def\findex {\fnindex}
|
/third_party/e2fsprogs/doc/ |
D | texinfo.tex | 3625 % @findex, @vindex, @kindex, @cindex. 3627 \def\findex {\fnindex}
|
/third_party/e2fsprogs/lib/et/ |
D | texinfo.tex | 3625 % @findex, @vindex, @kindex, @cindex. 3627 \def\findex {\fnindex}
|