HomeSort by relevance Sort by last modified time
    Searched full:resb (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
times-res.asm 1 times 5 resb 4
2 times 0 resb 2
3 times 1 resb 0
value-mask.asm 4 resb 500 label
reserve-err1.asm 3 resb -5 label
10 resb -5 label
reserve-err2.asm 3 resb -5 label
10 resb -5 label
strucsize.asm 6 .b resb TST1_size
opt-struc.asm 15 HostEnt_Name_static resb STRING_MAX
18 HostEnt_Aliases_data resb STRING_MAX*HOSTENT_ALIASES_MAX
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect3.asm 6 resb 4
9 resb 4
nomultisect1.asm 4 resb 0x100 label
nomultisect2.asm 6 resb 0x100 label
multisect4.asm 20 resb 0x100 label
24 resb 0x100 label
31 resb 0x100 label
ldlinux-sects.asm 11 resb 0x40C4 label
18 resb 0x1FB label
24 resb 0x3900 label
26 resb STACK_SIZE label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
reserve.asm 2 resb 5 label
9 resb 1 label
abs.asm 2 foo: resb 1
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
orgsect.asm 5 .bar resb 4
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
strucalign.asm 2 times (64-$) resb 1
4 times (128-($-$$)) resb 1
  /external/chromium_org/third_party/icu/source/common/
uresbund.c 103 UResourceDataEntry *resB = resBundle->fData;
107 if(resB != NULL) {
108 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
109 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
113 while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */
114 resB = resB->fParent;
115 if(resB->fBogus == U_ZERO_ERROR) {
117 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag)
    [all...]
uscript.c 53 UResourceBundle* resB = ures_open(NULL,nameOrAbbrOrLocale,&localErrorCode);
55 UResourceBundle* resD = ures_getByKey(resB,kLocaleScript,NULL,&localErrorCode);
70 ures_close(resB);
79 ures_close(resB);
uresimp.h 90 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
93 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
95 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
102 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/
103 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
104 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/
146 ures_findSubResource(const UResourceBundle *resB,
190 * @param resB a resource
202 ures_getByKeyWithFallback(const UResourceBundle *resB,
214 * @param resB a resourc
    [all...]
  /external/icu4c/common/
uresbund.cpp 104 UResourceDataEntry *resB = resBundle->fData;
108 if(resB != NULL) {
109 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
110 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
114 while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */
115 resB = resB->fParent;
116 if(resB->fBogus == U_ZERO_ERROR) {
118 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag)
    [all...]
uscript.c 53 UResourceBundle* resB = ures_open(NULL,nameOrAbbrOrLocale,&localErrorCode);
55 UResourceBundle* resD = ures_getByKey(resB,kLocaleScript,NULL,&localErrorCode);
70 ures_close(resB);
79 ures_close(resB);
uresimp.h 92 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
95 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
97 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
104 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/
105 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
106 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/
146 ures_findSubResource(const UResourceBundle *resB,
188 * @param resB a resource
199 ures_getByKeyWithFallback(const UResourceBundle *resB,
211 * @param resB a resourc
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfext.asm 37 resb 4 label
  /external/chromium_org/third_party/icu/source/common/unicode/
ures.h 278 * @param resB The resource bundle for which the version is checked.
284 ures_getVersion(const UResourceBundle* resB,
386 * @param resB Resource bundle.
414 ures_getUTF8String(const UResourceBundle *resB,
651 * @param resB Resource bundle.
680 ures_getUTF8StringByIndex(const UResourceBundle *resB,
708 * @param resB a resource
717 ures_getStringByKey(const UResourceBundle *resB,
744 * @param resB Resource bundle.
    [all...]
  /external/icu4c/common/unicode/
ures.h 282 * @param resB The resource bundle for which the version is checked.
288 ures_getVersion(const UResourceBundle* resB,
393 * @param resB Resource bundle.
421 ures_getUTF8String(const UResourceBundle *resB,
658 * @param resB Resource bundle.
687 ures_getUTF8StringByIndex(const UResourceBundle *resB,
715 * @param resB a resource
724 ures_getStringByKey(const UResourceBundle *resB,
751 * @param resB Resource bundle.
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.h 28 tres_getString(const UResourceBundle *resB,

Completed in 905 milliseconds

1 2