Home
last modified time | relevance | path

Searched defs:lens (Results 1 – 25 of 27) sorted by relevance

12

/external/ltrace/
Dlens_enum.c50 enum_lens_destroy_cb(struct lens *lens) in enum_lens_destroy_cb()
104 enum_get(struct enum_lens *lens, struct value *value, in enum_get()
121 enum_lens_format_cb(struct lens *lens, FILE *stream, in enum_lens_format_cb()
135 lens_init_enum(struct enum_lens *lens) in lens_init_enum()
147 lens_enum_add(struct enum_lens *lens, in lens_enum_add()
156 lens_enum_size(struct enum_lens *lens) in lens_enum_size()
Dlens.h27 struct lens { struct
32 int (*format_cb)(struct lens *lens, FILE *stream, struct value *value, argument
37 void (*destroy_cb)(struct lens *lens); argument
Dlens.c40 struct lens *lens = &default_lens; in format_argument() local
49 lens_format(struct lens *lens, FILE *stream, struct value *value, in lens_format()
57 lens_destroy(struct lens *lens) in lens_destroy()
Dlens_default.c396 toplevel_format_lens(struct lens *lens, FILE *stream, in toplevel_format_lens()
445 default_lens_format_cb(struct lens *lens, FILE *stream, in default_lens_format_cb()
458 blind_lens_format_cb(struct lens *lens, FILE *stream, in blind_lens_format_cb()
470 octal_lens_format_cb(struct lens *lens, FILE *stream, in octal_lens_format_cb()
482 hex_lens_format_cb(struct lens *lens, FILE *stream, in hex_lens_format_cb()
494 dec_lens_format_cb(struct lens *lens, FILE *stream, in dec_lens_format_cb()
506 guess_lens_format_cb(struct lens *lens, FILE *stream, in guess_lens_format_cb()
519 bool_lens_format_cb(struct lens *lens, FILE *stream, in bool_lens_format_cb()
555 redispatch_as_array(struct lens *lens, FILE *stream, in redispatch_as_array()
557 int (*cb)(struct lens *, FILE *, in redispatch_as_array()
[all …]
Dtype.h65 struct lens *lens; member
Dread_config_file.c830 struct enum_lens *lens = malloc(sizeof(*lens)); in parse_enum() local
958 struct lens *lens; member
1022 struct lens *lens = name2lens(str, &own_lens); in parse_lens() local
Dprintf.c213 struct lens *lens = NULL; in param_printf_next() local
/external/zlib/src/contrib/infback9/
Dinflate9.h44 unsigned short lens[320]; /* temporary storage for code lengths */ member
Dinftree9.c32 int inflate_table9(type, lens, codes, table, bits, work) in inflate_table9() argument
/external/opencv3/3rdparty/zlib/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
Dinflate.h116 unsigned short lens[320]; /* temporary storage for code lengths */ member
/external/zlib/src/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
Dinflate.h116 unsigned short lens[320]; /* temporary storage for code lengths */ member
/external/pdfium/third_party/zlib_v128/
Dinftrees.c34 unsigned short FAR *lens, in inflate_table()
Dinflate.h116 unsigned short lens[320]; /* temporary storage for code lengths */ member
/external/valgrind/none/tests/x86/
Dbug152818-x86.c79 const int lens[] = { 4, 3, 2, 1, 0, 0, 1, 2, 3, 4}; variable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestStreaming.java34 public TestCase(String in, int ch, int[] np, int[][] lens, String[] msg) { in TestCase()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestStreaming.java30 public TestCase(String in, int ch, int[] np, int[][] lens, String[] msg) { in TestCase()
/external/icu/icu4c/source/samples/cal/
Dcal.c425 int32_t lens [DAY_COUNT]; in print_month() local
543 int32_t lens [DAY_COUNT]; in print_year() local
/external/dbus/dbus/
Ddbus-string-util.c232 …int lens[] = { 0, 1, 2, 3, 4, 5, 10, 16, 17, 18, 25, 31, 32, 33, 34, 35, 63, 64, 65, 66, 67, 68, 6… in _dbus_string_test() local
/external/bsdiff/
Dbsdiff.cc117 off_t overlap,Ss,lens; in bsdiff() local
/external/opencv/cvaux/src/
Dcvscanlines.cpp180 icvMakeScanlinesLengths( int *scanlines, int numlines, int *lens ) in icvMakeScanlinesLengths()
210 int *scanlines_a, int *lens, int numlines, float alpha ) in icvMakeAlphaScanlines()
2023 int *scanlines_a, int *lens, int numlines, float alpha ) in cvMakeAlphaScanlines()
/external/e2fsprogs/lib/blkid/
Ddevname.c403 int lens[2] = { 0, 0 }; in probe_all() local
/external/zlib/src/contrib/puff/
Dpuff.c443 static const short lens[29] = { /* Size base for length codes 257..285 */ in codes() local
/external/zlib/src/test/
Dinfcover.c621 unsigned short lens[16], work[16]; in cover_trees() local

12