HomeSort by relevance Sort by last modified time
    Searched refs:lb (Results 1 - 25 of 568) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
lb-pic.s 1 # Source file used to test the lb macro with PIC code.
14 lb $4,0
15 lb $4,1
16 lb $4,0x8000
17 lb $4,-0x8000
18 lb $4,0x10000
19 lb $4,0x1a5a5
20 lb $4,0($5)
21 lb $4,1($5)
22 lb $4,0x8000($5
    [all...]
lb.s 1 # Source file used to test the lb macro.
13 lb $4,0
14 lb $4,1
15 lb $4,0x8000
16 lb $4,-0x8000
17 lb $4,0x10000
18 lb $4,0x1a5a5
19 lb $4,0($5)
20 lb $4,1($5)
21 lb $4,0x8000($5
    [all...]
elf-rel6.d 8 0+00 <.*> lb v0,0\(v1\)
10 0+04 <.*> lb v0,1\(v1\)
12 0+08 <.*> lb v0,4660\(v1\)
lb-svr4pic-ilocks.d 2 #name: MIPS lb-svr4pic-ilocks
4 #source: lb-pic.s
6 # Test the lb macro with -KPIC.
11 0+0000 <[^>]*> lb a0,0\(zero\)
12 0+0004 <[^>]*> lb a0,1\(zero\)
14 0+000c <[^>]*> lb a0,-32768\(a0\)
15 0+0010 <[^>]*> lb a0,-32768\(zero\)
17 0+0018 <[^>]*> lb a0,0\(a0\)
19 0+0020 <[^>]*> lb a0,-23131\(a0\)
20 0+0024 <[^>]*> lb a0,0\(a1\
    [all...]
lb-svr4pic.d 2 #name: MIPS lb-svr4pic
4 #source: lb-pic.s
6 # Test the lb macro with -KPIC.
11 0+0000 <[^>]*> lb a0,0\(zero\)
12 0+0004 <[^>]*> lb a0,1\(zero\)
14 0+000c <[^>]*> lb a0,-32768\(a0\)
15 0+0010 <[^>]*> lb a0,-32768\(zero\)
17 0+0018 <[^>]*> lb a0,0\(a0\)
19 0+0020 <[^>]*> lb a0,-23131\(a0\)
20 0+0024 <[^>]*> lb a0,0\(a1\
    [all...]
elf-rel6.s 14 lb $2,%gprel(bar)($3)
15 lb $2,%gprel(bar+1)($3)
16 lb $2,%gprel(bar+0x1234)($3)
elf-rel6-n32.d 9 0+00 <.*> lb v0,0\(v1\)
11 0+04 <.*> lb v0,0\(v1\)
13 0+08 <.*> lb v0,0\(v1\)
elf-rel6-n64.d 9 0+00 <.*> lb v0,0\(v1\)
13 0+04 <.*> lb v0,0\(v1\)
17 0+08 <.*> lb v0,0\(v1\)
  /prebuilts/go/darwin-x86/test/ken/
slicearray.go 15 var lb, hb int var
19 lb = 0
24 lb = 0
30 lb = 0
32 by = bx[lb:hb]
34 by = bx[lb:10]
36 by = bx[lb:]
51 lb = 2
53 by = bx[lb:hb]
55 by = bx[lb:10
    [all...]
sliceslice.go 15 var lb, hb int var
21 lb = 0
23 by = bx[lb:hb]
25 by = bx[lb:10]
27 by = bx[lb:]
42 lb = 2
44 by = bx[lb:hb]
46 by = bx[lb:10]
48 by = bx[lb:]
57 lb =
    [all...]
  /prebuilts/go/linux-x86/test/ken/
slicearray.go 15 var lb, hb int var
19 lb = 0
24 lb = 0
30 lb = 0
32 by = bx[lb:hb]
34 by = bx[lb:10]
36 by = bx[lb:]
51 lb = 2
53 by = bx[lb:hb]
55 by = bx[lb:10
    [all...]
sliceslice.go 15 var lb, hb int var
21 lb = 0
23 by = bx[lb:hb]
25 by = bx[lb:10]
27 by = bx[lb:]
42 lb = 2
44 by = bx[lb:hb]
46 by = bx[lb:10]
48 by = bx[lb:]
57 lb =
    [all...]
  /external/python/cpython3/Parser/
grammar1.c 34 PyGrammar_LabelRepr(label *lb)
38 if (lb->lb_type == ENDMARKER)
40 else if (ISNONTERMINAL(lb->lb_type)) {
41 if (lb->lb_str == NULL) {
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
46 return lb->lb_str;
48 else if (lb->lb_type < N_TOKENS) {
49 if (lb->lb_str == NULL)
50 return _PyParser_TokenNames[lb->lb_type];
53 _PyParser_TokenNames[lb->lb_type], lb->lb_str)
    [all...]
grammar.c 108 label *lb; local
119 lb = &ll->ll_label[ll->ll_nlabels++];
120 lb->lb_type = type;
121 lb->lb_str = strdup(str);
124 PyGrammar_LabelRepr(lb));
125 return Py_SAFE_DOWNCAST(lb - ll->ll_label, intptr_t, int);
168 translabel(grammar *g, label *lb)
173 printf("Translating label %s ...\n", PyGrammar_LabelRepr(lb));
175 if (lb->lb_type == NAME) {
177 if (strcmp(lb->lb_str, g->g_dfa[i].d_name) == 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
grammar1.c 34 PyGrammar_LabelRepr(label *lb)
38 if (lb->lb_type == ENDMARKER)
40 else if (ISNONTERMINAL(lb->lb_type)) {
41 if (lb->lb_str == NULL) {
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
46 return lb->lb_str;
49 if (lb->lb_str == NULL)
50 return _PyParser_TokenNames[lb->lb_type];
53 _PyParser_TokenNames[lb->lb_type], lb->lb_str);
    [all...]
grammar.c 95 label *lb; local
106 lb = &ll->ll_label[ll->ll_nlabels++];
107 lb->lb_type = type;
108 lb->lb_str = strdup(str);
111 PyGrammar_LabelRepr(lb));
112 return lb - ll->ll_label;
149 translabel(grammar *g, label *lb)
154 printf("Translating label %s ...\n", PyGrammar_LabelRepr(lb));
156 if (lb->lb_type == NAME) {
158 if (strcmp(lb->lb_str, g->g_dfa[i].d_name) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
grammar1.c 34 PyGrammar_LabelRepr(label *lb)
38 if (lb->lb_type == ENDMARKER)
40 else if (ISNONTERMINAL(lb->lb_type)) {
41 if (lb->lb_str == NULL) {
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
46 return lb->lb_str;
49 if (lb->lb_str == NULL)
50 return _PyParser_TokenNames[lb->lb_type];
53 _PyParser_TokenNames[lb->lb_type], lb->lb_str);
    [all...]
grammar.c 95 label *lb; local
106 lb = &ll->ll_label[ll->ll_nlabels++];
107 lb->lb_type = type;
108 lb->lb_str = strdup(str);
111 PyGrammar_LabelRepr(lb));
112 return lb - ll->ll_label;
149 translabel(grammar *g, label *lb)
154 printf("Translating label %s ...\n", PyGrammar_LabelRepr(lb));
156 if (lb->lb_type == NAME) {
158 if (strcmp(lb->lb_str, g->g_dfa[i].d_name) == 0) {
    [all...]
  /external/python/cpython2/Parser/
grammar1.c 34 PyGrammar_LabelRepr(label *lb)
38 if (lb->lb_type == ENDMARKER)
40 else if (ISNONTERMINAL(lb->lb_type)) {
41 if (lb->lb_str == NULL) {
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
46 return lb->lb_str;
49 if (lb->lb_str == NULL)
50 return _PyParser_TokenNames[lb->lb_type];
53 _PyParser_TokenNames[lb->lb_type], lb->lb_str)
    [all...]
grammar.c 95 label *lb; local
106 lb = &ll->ll_label[ll->ll_nlabels++];
107 lb->lb_type = type;
108 lb->lb_str = strdup(str);
111 PyGrammar_LabelRepr(lb));
112 return lb - ll->ll_label;
149 translabel(grammar *g, label *lb)
154 printf("Translating label %s ...\n", PyGrammar_LabelRepr(lb));
156 if (lb->lb_type == NAME) {
158 if (strcmp(lb->lb_str, g->g_dfa[i].d_name) == 0)
    [all...]
  /bionic/libc/dns/nameser/
ns_samedomain.c 56 size_t la, lb, i; local
61 lb = strlen(b);
80 if (lb != 0U && b[lb - 1] == '.') {
82 /* note this loop doesn't get executed if lb==1 */
83 for (i = lb - 1; i > 0; i--)
92 lb--;
95 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
96 if (lb == 0U)
100 if (lb > la
    [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprModelTest.java 152 MockLayoutBinder lb = new MockLayoutBinder(); local
153 mExprModel = lb.getModel();
154 IdentifierExpr a = lb.addVariable("a", "java.lang.String", null);
155 IdentifierExpr b = lb.addVariable("b", "java.lang.String", null);
156 IdentifierExpr c = lb.addVariable("c", "java.lang.String", null);
157 lb.parse("a == null ? b : c", null, null);
159 lb.getModel().seal();
174 MockLayoutBinder lb = new MockLayoutBinder(); local
175 mExprModel = lb.getModel();
176 IdentifierExpr a = lb.addVariable("a", "java.lang.String", null)
199 MockLayoutBinder lb = new MockLayoutBinder(); local
254 MockLayoutBinder lb = new MockLayoutBinder(); local
299 MockLayoutBinder lb = new MockLayoutBinder(); local
371 MockLayoutBinder lb = new MockLayoutBinder(); local
451 MockLayoutBinder lb = new MockLayoutBinder(); local
469 MockLayoutBinder lb = new MockLayoutBinder(); local
492 MockLayoutBinder lb = new MockLayoutBinder(); local
509 MockLayoutBinder lb = new MockLayoutBinder(); local
527 MockLayoutBinder lb = new MockLayoutBinder(); local
554 MockLayoutBinder lb = new MockLayoutBinder(); local
579 MockLayoutBinder lb = new MockLayoutBinder(); local
651 MockLayoutBinder lb = new MockLayoutBinder(); local
676 MockLayoutBinder lb = new MockLayoutBinder(); local
700 MockLayoutBinder lb = new MockLayoutBinder(); local
770 MockLayoutBinder lb = new MockLayoutBinder(); local
785 MockLayoutBinder lb = new MockLayoutBinder(); local
803 MockLayoutBinder lb = new MockLayoutBinder(); local
819 MockLayoutBinder lb = new MockLayoutBinder(); local
838 MockLayoutBinder lb = new MockLayoutBinder(); local
857 MockLayoutBinder lb = new MockLayoutBinder(); local
868 MockLayoutBinder lb = new MockLayoutBinder(); local
885 MockLayoutBinder lb = new MockLayoutBinder(); local
900 MockLayoutBinder lb = new MockLayoutBinder(); local
914 MockLayoutBinder lb = new MockLayoutBinder(); local
928 MockLayoutBinder lb = new MockLayoutBinder(); local
936 MockLayoutBinder lb = new MockLayoutBinder(); local
944 MockLayoutBinder lb = new MockLayoutBinder(); local
952 MockLayoutBinder lb = new MockLayoutBinder(); local
960 MockLayoutBinder lb = new MockLayoutBinder(); local
974 MockLayoutBinder lb = new MockLayoutBinder(); local
1008 MockLayoutBinder lb = new MockLayoutBinder(); local
1021 MockLayoutBinder lb = new MockLayoutBinder(); local
1033 MockLayoutBinder lb = new MockLayoutBinder(); local
    [all...]
  /frameworks/support/slices/view/src/androidTest/java/androidx/slice/
SliceMetadataTest.java 81 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
82 lb.addRow(new ListBuilder.RowBuilder(lb).setTitle("Text"));
84 SliceMetadata sliceMetadata = SliceMetadata.from(mContext, lb.build());
100 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
101 lb.addRow(new ListBuilder.RowBuilder(lb).setTitle("Text"))
111 SliceMetadata sliceMetadata = SliceMetadata.from(mContext, lb.build());
129 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
130 GridRowBuilder grb = new GridRowBuilder(lb);
153 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
176 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
199 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
215 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
231 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
245 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
260 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
276 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
291 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
309 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
336 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
352 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
365 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
377 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
391 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
414 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
437 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
450 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
479 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
498 ListBuilder lb = new ListBuilder(mContext, uri, ListBuilder.INFINITY); local
559 ListBuilder lb = new ListBuilder(mContext, uri, INFINITY); local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
reloc-3-n32.d 13 0*20000000 <[^>]*> f010 8352 lb v0,-32750\(v1\)
14 0*20000004 <[^>]*> f010 8353 lb v0,-32749\(v1\)
15 0*20000008 <[^>]*> f252 8346 lb v0,-28090\(v1\)
reloc-3.d 11 0*20000000 <[^>]*> f010 8352 lb v0,-32750\(v1\)
12 0*20000004 <[^>]*> f010 8353 lb v0,-32749\(v1\)
13 0*20000008 <[^>]*> f252 8346 lb v0,-28090\(v1\)

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>