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

  /external/tcpdump/
print-lane.c 95 struct lane_controlhdr *lec; local
105 lec = (struct lane_controlhdr *)p;
106 if (EXTRACT_16BITS(&lec->lec_header) == 0xff00) {
110 printf("lec: proto %x vers %x %s",
111 lec->lec_proto, lec->lec_vers,
112 tok2str(lecop2str, "opcode-#%u", EXTRACT_16BITS(&lec->lec_opcode)));
  /external/icu4c/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 47 milliseconds