Searched refs:linear (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/groff/src/libs/libbib/
H A DMakefile5 SRCS= common.cpp index.cpp linear.cpp search.cpp map.c
/freebsd-9.3-release/lib/libiconv_modules/JOHAB/
H A Dcitrus_johab.c245 int m, l, linear, t; local
259 linear = l - 0xD9;
262 linear = l - 0xE0;
266 linear *= 188;
268 linear += t - 0x31;
270 linear += t - 0x43;
273 l = (linear / 94) + m;
274 t = (linear % 94) + 0x21;
288 int m, n, l, linear, t; local
306 linear
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde.c384 surrounding linear sequence (but not necessarily higher than the values
385 at the end of the linear sequence!).
391 struct fde_vector *linear;
403 if ((accu->linear = malloc (size)))
405 accu->linear->count = 0;
417 if (accu->linear)
418 accu->linear->array[accu->linear->count++] = this_fde;
421 /* Split LINEAR into a linear sequence with low values and an erratic
422 sequence with high values, put the linear on
389 struct fde_vector *linear; member in struct:fde_accumulator
432 fde_split(struct object *ob, fde_compare_t fde_compare, struct fde_vector *linear, struct fde_vector *erratic) argument
[all...]
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_fs.h268 uint64_t linear; member in union:__anon9304
276 tmp.linear = le64toh(tmp.linear);
286 tmp->linear = le64toh(tmp->linear);
288 tmp->linear = htole64(tmp->linear);
296 tmp.linear = le64toh(tmp.linear);
305 tmp->linear
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddictionary.c175 struct dictionary_linear linear; member in union:dictionary::__anon1342
195 #define DICT_LINEAR_NSYMS(d) (d)->data.linear.nsyms
196 #define DICT_LINEAR_SYMS(d) (d)->data.linear.syms
217 /* For linear dictionaries, the index of the last symbol returned; for
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile61 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \

Completed in 83 milliseconds