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

/freebsd-10.3-release/contrib/groff/src/libs/libbib/
H A DMakefile.sub5 linear.$(OBJEXT) \
11 $(srcdir)/linear.cpp \
/freebsd-10.3-release/gnu/usr.bin/groff/src/libs/libbib/
H A DMakefile5 SRCS= common.cpp index.cpp linear.cpp search.cpp map.c
/freebsd-10.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-10.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...]
H A DMakefile.in1023 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
2113 tree-loop-linear.o: tree-loop-linear.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
/freebsd-10.3-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_wq.c66 int max_direct = param->linear ? INT_MAX : 0;
103 int max_direct = param->linear ? INT_MAX : 0;
142 int max_direct = param->linear ? INT_MAX : 0;
H A Dwq.h34 int linear; member in struct:mlx5_wq_param
/freebsd-10.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_fs.h268 uint64_t linear; member in union:__anon10749
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-10.3-release/contrib/gdb/gdb/
H A Ddictionary.c175 struct dictionary_linear linear; member in union:dictionary::__anon1320
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-10.3-release/sys/dev/ixgbe/
H A Dixgbe_x550.c1075 * @linear: TRUE if SFP module is linear
1077 static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) argument
1086 *linear = TRUE;
1096 *linear = FALSE;
1117 bool linear; local
1127 status = ixgbe_supported_sfp_modules_X550em(hw, &linear);
1139 bool linear; local
1144 status = ixgbe_supported_sfp_modules_X550em(hw, &linear);
1717 /* Check if SFP module is supported and linear */
[all...]
/freebsd-10.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile63 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
/freebsd-10.3-release/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1595 param->wq.linear = 1;
1611 param->wq.linear = 1;

Completed in 233 milliseconds