HomeSort by relevance Sort by last modified time
    Searched full:siz (Results 26 - 41 of 41) sorted by null

12

  /external/dnsmasq/contrib/dns-loc/
dnsmasq2-loc-rfc1876.patch 322 + u_int8_t siz = 0x12; /* default = 1e2 cm = 1.00m */
380 + siz = precsize_aton(&cp);
408 + *bcp++ = siz;
  /external/tcpdump/
print-decnet.c 858 size_t siz; local
862 str = (char *)malloc(siz = sizeof("00.0000"));
865 snprintf(str, siz, "%d.%d", area, node);
  /external/netcat/
netcat.c 282 unsigned int findline (buf, siz)
284 unsigned int siz;
290 if (siz > BIGSIZ)
292 x = siz;
302 Debug (("findline returning whole thing: %d", siz))
303 return (siz);
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 872 u_int8_t siz = 0x12; /* default = 1e2 cm = 1.00m */ local
931 siz = precsize_aton(&cp);
959 *bcp++ = siz;
res_query.c 413 res_hostalias(const res_state statp, const char *name, char *dst, size_t siz) {
  /external/yaffs2/yaffs2/direct/
dtest.c 412 void fill_files(char *path,int flags, int maxIterations,int siz)
428 for(j = 0; j < siz; j++)
452 void leave_unlinked_file(char *path,int maxIterations,int siz)
473 for(i = 0; i < siz; i++)
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_lexpos.utf     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf     [all...]
  /external/genext2fs/
genext2fs.c 805 /* Rounds qty upto a multiple of siz. siz should be a power of 2 */
807 rndup(uint32 qty, uint32 siz)
809 return (qty + (siz - 1)) & ~(siz - 1);
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastquant.cpp 21 #define siz 63 macro
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_lexpos.utf     [all...]
  /external/dnsmasq/src/
rfc1035.c 108 /* output is \[x<hex>/siz]. which is digs+9 chars */
    [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
  /frameworks/base/core/res/res/values-tr/
strings.xml     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]
  /external/e2fsprogs/po/
tr.po     [all...]

Completed in 229 milliseconds

12