HomeSort by relevance Sort by last modified time
    Searched full:nres (Results 51 - 68 of 68) sorted by null

1 23

  /external/libffi/testsuite/libffi.call/
closure_stdcall.c 66 /* { dg-output "\nres: 9" } */
cls_64byte.c 117 /* { dg-output "\nres: 22 15 17 25 6 13 19 18" } */
129 /* { dg-output "\nres: 22 15 17 25 6 13 19 18" } */
cls_7_1_byte.c 106 /* { dg-output "\nres: 139 248 10 6 8 10 12" } */
122 /* { dg-output "\nres: 139 248 10 6 8 10 12" } */
closure_fn0.c 95 /* { dg-output "\nres: 680" } */
closure_fn1.c 87 /* { dg-output "\nres: 255" } */
closure_fn2.c 87 /* { dg-output "\nres: 255" } */
closure_fn3.c 88 /* { dg-output "\nres: 135" } */
closure_fn4.c 94 /* { dg-output "\nres: 680" } */
closure_fn5.c 96 /* { dg-output "\nres: 680" } */
closure_fn6.c 96 /* { dg-output "\nres: 680" } */
  /external/tcpdump/
print-smb.c 149 { "Flags2=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]\nOFun=[w]\nSize=[D]\nRes=([w, w, w, w, w])\nPath=[S]",
413 f1 = "Coreplus/Lanman1/Lanman2 Protocol\nDialectIndex=[d]\nSecMode=[w]\nMaxXMit=[d]\nMaxMux=[d]\nMaxVcs=[d]\nBlkMode=[w]\nSessionKey=[W]\nServerTime=[T1]TimeZone=[d]\nRes=[W]\nCryptKey=";
450 f1 = "Com2=[B]\nRes1=[B]\nOff2=[d]\nMaxBuffer=[d]\nMaxMpx=[d]\nVcNumber=[d]\nSessionKey=[W]\nCaseInsensitivePasswordLength=[d]\nCaseSensitivePasswordLength=[d]\nRes=[W]\nCapabilities=[W]\nPass1&Pass2&Account&Domain&OS&LanMan=\n";
455 f1 = "Com2=[B]\nRes=[B]\nOff2=[d]\nAction=[w]\n";
544 "Attribute=[A]\nTime=[T2]Size=[D]\nRes=([w,w,w,w,w])\n", NULL,
577 "Count=[d]\nRes=([w,w,w,w])\n", NULL, NULL } },
621 "*Time=[T2]Status=[B]\nJobID=[d]\nSize=[D]\nRes=[B]Name=[s16]\n",
636 { "Handle=[d]\nOffset=[D]\nMaxCount=[d]\nMinCount=[d]\nTimeOut=[D]\nRes=[d]\n",
640 { "Handle=[d]\nTotalCount=[d]\nRes=[w]\nOffset=[D]\nTimeOut=[D]\nWMode=[w]\nRes2=[W]\n|DataSize=[d]\nDataOff=[d]\n",
652 "Count=[d]\nRes=([w,w,w,w])\n", NULL, NULL } }
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c 192 struct wpa_scan_res nres; local
211 os_memset(&nres, 0, sizeof(nres));
222 val = sizeof(nres) + ie_len;
228 os_memcpy(nres.bssid, r->bssid, ETH_ALEN);
229 nres.freq = r->freq;
230 nres.caps = r->caps;
231 nres.qual = r->qual;
232 nres.noise = r->noise;
233 nres.level = r->level
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_node_utils.h 86 void Construct(uint32 nres)
89 iVec.reserve(nres);
90 iNres = nres;
451 void Construct(int32 init, uint32 nres)
454 iVec.reserve(nres);
  /bionic/libc/netbsd/nameser/
ns_parse.c 54 /* These need to be in the same order as the nres.h:ns_flag enum. */
  /external/icu4c/i18n/
timezone.cpp 332 UResourceBundle *nres = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Names section local
336 count = ures_getSize(nres);
342 const UChar* id = ures_getStringByIndex(nres, i, &idLen, &ec);
352 ures_close(nres);
1089 UResourceBundle *nres = ures_getByKey(top, kNAMES, NULL, &ec); \/\/ dereference Names section local
    [all...]
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 583 ESR_ReturnCode nRes = ESR_SUCCESS;
590 nRes = ESR_FATAL_ERROR;
629 return nRes;
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_test.c 217 printf("\nres = %d\n\n", res);
  /external/svox/pico/lib/
picocep.c 290 /*pico_status_t nRes;*/
    [all...]

Completed in 196 milliseconds

1 23