HomeSort by relevance Sort by last modified time
    Searched defs:lens (Results 1 - 25 of 25) sorted by null

  /external/ltrace/
lens.h 27 struct lens { struct
32 int (*format_cb)(struct lens *lens, FILE *stream, struct value *value,
35 /* Erase any memory allocated for LENS. Keep the LENS pointer
37 void (*destroy_cb)(struct lens *lens);
40 /* Extracts a lens from VALUE and calls lens_format on that. */
44 /* Calls format callback associated with LENS. */
45 int lens_format(struct lens *lens, FILE *stream, struct value *value
    [all...]
lens.c 23 #include "lens.h"
33 * lens assigned. */
36 && parent->type->lens == NULL);
40 struct lens *lens = &default_lens; local
42 && parent->type->lens != NULL)
43 lens = parent->type->lens;
45 return lens_format(lens, stream, value, arguments);
49 lens_format(struct lens *lens, FILE *stream, struct value *value
    [all...]
type.h 65 struct lens *lens; member in struct:arg_type_info
printf.c 213 struct lens *lens = NULL; local
306 lens = &octal_lens;
310 lens = &hex_lens;
342 lens = &string_lens;
370 infop->lens = lens;
read_config_file.c 45 #include "lens.h"
602 /* Usage of "string" as lens. */
646 /* We'll need to set the lens, so unshare. */
653 info->lens = &string_lens;
805 /* This also releases associated lens
822 /* We'll need to set the lens, so unshare. */
830 struct enum_lens *lens = malloc(sizeof(*lens)); local
831 if (lens == NULL) {
833 "malloc enum lens: %s", strerror(errno))
958 struct lens *lens; member in struct:named_lens
1022 struct lens *lens = name2lens(str, &own_lens); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
rule.h 25 unsigned int *lens; /* Lengths of each target. */ member in struct:rule
  /external/zlib/src/contrib/infback9/
inflate9.h 42 unsigned have; /* number of code lengths in lens[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
  /external/chromium_org/net/quic/crypto/
common_cert_set.cc 27 // lens is an array of |num_certs| integers describing the length, in bytes,
29 const size_t* lens; member in struct:net::__anon13457::CertSet
83 kSets[i].lens[index]);
117 int n = Compare(cert, kSets[j].certs[mid], kSets[j].lens[mid]);
  /external/valgrind/main/none/tests/x86/
bug152818-x86.c 79 const int lens[] = { 4, 3, 2, 1, 0, 0, 1, 2, 3, 4}; variable
91 for (idx = 0; idx < sizeof (lens)/sizeof(lens[0]); ++idx)
130 len = lens[idx];
131 df = (idx >= (sizeof(lens)/sizeof(lens[0]))/2);
  /bootable/recovery/applypatch/
bsdiff.c 233 off_t overlap,Ss,lens; local
322 s=0;Ss=0;lens=0;
328 if(s>Ss) { Ss=s; lens=i+1; };
331 lenf+=lens-overlap;
332 lenb-=lens;
  /external/bsdiff/
bsdiff.c 206 off_t overlap,Ss,lens; local
313 s=0;Ss=0;lens=0;
319 if(s>Ss) { Ss=s; lens=i+1; };
322 lenf+=lens-overlap;
323 lenb-=lens;
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 363 int Ss = 0, lens = 0; local
368 if (score > Ss) { Ss = score; lens = i + 1; }
371 lenf += lens - overlap;
372 lenb -= lens;
  /external/e2fsprogs/lib/blkid/
devname.c 403 int lens[2] = { 0, 0 }; local
451 lens[which] = strlen(ptname);
454 if (isdigit(ptname[lens[which] - 1])) {
462 lens[which] = 0; /* mark as checked */
470 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) {
486 lens[last] = 0;
493 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) {
499 lens[last] = 0
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 425 int32_t lens [DAY_COUNT]; local
453 lens[i] = u_strlen(days[i]);
454 width += lens[i];
492 indent(lens[i] + 1, stdout);
502 pad = lens[current] - u_strlen(s);
543 int32_t lens [DAY_COUNT]; local
576 lens[i] = u_strlen(days[i]);
577 width += lens[i];
666 indent(lens[j] + 1, stdout);
673 pad = lens[left_current] - u_strlen(s)
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 402 * length symbol. These are in the static arrays below, lens[] for the base
443 static const short lens[29] = { /* Size base for length codes 257..285 */ local
477 len = lens[symbol] + bits(s, lext[symbol]);
    [all...]
  /external/zlib/src/test/
infcover.c 621 unsigned short lens[16], work[16]; local
627 lens[bits] = (unsigned short)(bits + 1);
628 lens[15] = 15;
631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 342 off_t overlap,Ss,lens; local
457 s=0;Ss=0;lens=0;
463 if(s>Ss) { Ss=s; lens=i+1; };
466 lenf+=lens-overlap;
467 lenb-=lens;
  /external/chromium_org/third_party/zlib/
inflate.h 114 unsigned have; /* number of code lengths in lens[] */
116 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 114 unsigned have; /* number of code lengths in lens[] */
116 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
  /external/qemu/distrib/zlib-1.2.8/
inflate.h 114 unsigned have; /* number of code lengths in lens[] */
116 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
  /external/zlib/src/
inflate.h 114 unsigned have; /* number of code lengths in lens[] */
116 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
  /external/fio/
client.c 499 unsigned int *lens; local
506 lens = malloc(client->argc * sizeof(unsigned int));
512 lens[i] = strlen(client->argv[i]) + 1;
513 mem += lens[i];
526 uint16_t arg_len = lens[i];
534 free(lens);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 1017 u8 lens; local
1035 lens = *pos++;
1036 if (pos + (lens & 0x0f) + (lens >> 4) > end)
1039 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1041 pos += lens & 0x0f;
1043 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1045 pos += lens >> 4;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
fimc-is-metadata.h 661 struct camera2_lens_ctl lens; member in struct:camera2_ctl
684 struct camera2_lens_dm lens; member in struct:camera2_dm
705 struct camera2_lens_sm lens; member in struct:camera2_sm
757 struct camera2_lens_udm lens; member in struct:camera2_udm
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 60 /* android.lens */
714 struct camera2_lens_ctl lens; member in struct:camera2_ctl
733 struct camera2_lens_dm lens; member in struct:camera2_dm
751 struct camera2_lens_sm lens; member in struct:camera2_sm
768 User-defined control for lens.
780 User-defined metadata for lens.
819 sensor, lens, flash category is empty value.
825 Set sensor, lens, flash control for next frame.
828 [0 bit] lens
837 /** ispfw specific control(user-defined) of lens. *
848 struct camera2_lens_udm lens; member in struct:camera2_udm
    [all...]

Completed in 1151 milliseconds