Home
last modified time | relevance | path

Searched refs:resb (Results 1 – 9 of 9) sorted by relevance

/external/libpcap/msdos/
Dpkt_rx1.s20 .destinAdr resb 6 ; packet destination address
21 .sourceAdr resb 6 ; packet source address
23 .rxBuffer resb ETH_MTU ; RX buffer
33 _pktTemp resb 20 ; temp work area
34 _pktTxBuf resb (ETH_MAX) ; TX buffer
35 _pktRxBuf resb (RX_SIZE*NUM_RX_BUF) ; RX structures
/external/u-boot/arch/m68k/include/asm/coldfire/
Dintctrl.h56 u8 resb[3]; /* 0xFD - 0xFF */ member
94 u8 resb[3]; /* 0xF9 - 0xFB */ member
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Drealloc_shrink.ll22 %resb = load i8, i8* %offptrb, align 1
/external/icu/icu4c/source/test/intltest/
Drestest.cpp499 UResourceBundle *resb =ures_open(NULL,locale,&status); in TestExemplar() local
502 const UChar* strSet = ures_getStringByKey(resb,"ExemplarCharacters",&len,&status); in TestExemplar()
510 ures_close(resb); in TestExemplar()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java2311 String resb = tufb.format(amount); in hasSameBehavior() local
2313 return resa.equals(resb); in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java2314 String resb = tufb.format(amount); in hasSameBehavior() local
2316 return resa.equals(resb); in hasSameBehavior()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c904 UResourceBundle *resb=0, *dResB=0; in TestEmptyBundle() local
912 resb = ures_open(testdatapath, "testempty", &status); in TestEmptyBundle()
915 dResB = ures_getByKey(resb,"test",dResB,&status); in TestEmptyBundle()
922 ures_close(resb); in TestEmptyBundle()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java2710 ResourceBundle resb = DateFormatSymbols.getDateFormatBundle(cal, loc); in TestCoverage() local
2715 if (resb != null) { in TestCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java2713 ResourceBundle resb = DateFormatSymbols.getDateFormatBundle(cal, loc); in TestCoverage() local
2718 if (resb != null) { in TestCoverage()