HomeSort by relevance Sort by last modified time
    Searched refs:siz (Results 51 - 63 of 63) sorted by null

1 23

  /external/wpa_supplicant_8/src/utils/
os.h 579 * @siz: Size of the target buffer
585 size_t os_strlcpy(char *dest, const char *src, 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...]
  /bionic/libc/dns/resolv/
res_debug.c 932 u_int8_t siz = 0x12; /* default = 1e2 cm = 1.00m */ local
991 siz = precsize_aton(&cp);
1019 *bcp++ = siz;
    [all...]
  /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/chromium_org/third_party/libxml/src/
runtest.c 685 int siz = 0; local
695 while ((res = read(fd, &base[siz], info.st_size - siz)) > 0) {
696 siz += res;
700 if (siz != info.st_size) {
705 base[siz] = 0;
707 *size = siz;
    [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/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 6629 int siz, ovh; local
10916 unsigned int i, siz, j; local
    [all...]
sctp_input.c 3997 int siz; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 347 loc->size = b->siz;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 21 #define siz 63 macro
  /external/bison/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1835 milliseconds

1 23