HomeSort by relevance Sort by last modified time
    Searched refs:l_value (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
setenv.c 95 int l_value, offset = 0; local
108 l_value = strlen(value);
114 if (strlen(C) >= l_value) { /* old larger; copy over */
142 malloc((size_t)((int)(np - name) + l_value + 2))))
  /external/openssh/openbsd-compat/
setenv.c 136 int l_value, offset = 0; local
147 l_value = strlen(value);
153 if (strlen(C) >= l_value) { /* old larger; copy over */
181 malloc((size_t)((int)(np - name) + l_value + 2))))
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.c 699 OPJ_UINT32 l_value; local
724 l_value = jp2->color.jp2_cdef->n;
725 opj_write_bytes(l_current_cdef_ptr,l_value,2); /* N */
729 l_value = jp2->color.jp2_cdef->info[i].cn;
730 opj_write_bytes(l_current_cdef_ptr,l_value,2); /* Cni */
732 l_value = jp2->color.jp2_cdef->info[i].typ;
733 opj_write_bytes(l_current_cdef_ptr,l_value,2); /* Typi */
735 l_value = jp2->color.jp2_cdef->info[i].asoc;
736 opj_write_bytes(l_current_cdef_ptr,l_value,2); /* Asoci */
1027 OPJ_UINT32 l_value; local
1131 OPJ_UINT32 l_value; local
1255 OPJ_UINT32 l_value; local
1321 OPJ_UINT32 l_value; local
2432 OPJ_UINT32 l_value; local
    [all...]
tcd.c 1777 OPJ_FLOAT32 l_value = *((OPJ_FLOAT32 *) l_current_ptr); local
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 835 explicit ReferenceWrapper(T& l_value) : pointer_(&l_value) {} // NOLINT
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 308 const int l_value; member in struct:lookup
1022 else switch ((int) (lp->l_value)) {
1044 _("%s: panic: Invalid l_value %d\n"),
1045 progname, lp->l_value);
1308 month = lp->l_value;
    [all...]

Completed in 215 milliseconds