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

  /external/tcpdump/
print-lane.c 80 struct lane_controlhdr *lec; local
87 lec = (struct lane_controlhdr *)p;
88 if (EXTRACT_16BITS(&lec->lec_header) == 0xff00) {
92 printf("lec: proto %x vers %x %s",
93 lec->lec_proto, lec->lec_vers,
94 tok2str(lecop2str, "opcode-#%u", EXTRACT_16BITS(&lec->lec_opcode)));
  /external/toybox/toys/pending/
fdisk.c 410 unsigned lbc, lbh, lbs, lec, leh, les; local
430 lec = end/(g_sectors * g_heads);
440 if (g_cylinders <= ONE_K && (physec != lec || physeh != leh || physes != les)) {
443 xprintf("logical = (%u %u %u)\n", lec, leh, les);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 392 UErrorCode lec = U_ZERO_ERROR; local
397 lr = ures_open(NULL,lp,&lec);
399 cr = ures_getByKey(lr,"collations",0,&lec);
401 lp = ures_getLocaleByType(cr, ULOC_ACTUAL_LOCALE, &lec);
403 if (U_SUCCESS(lec)) {
    [all...]

Completed in 214 milliseconds