Home
last modified time | relevance | path

Searched refs:s_b (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/builtins/
Ddivdi3.c24 di_int s_b = b >> bits_in_dword_m1; /* s_b = b < 0 ? -1 : 0 */ in __divdi3() local
26 b = (b ^ s_b) - s_b; /* negate if s_b == -1 */ in __divdi3()
27 s_a ^= s_b; /*sign of quotient */ in __divdi3()
Ddivti3.c26 ti_int s_b = b >> bits_in_tword_m1; /* s_b = b < 0 ? -1 : 0 */ in __divti3() local
28 b = (b ^ s_b) - s_b; /* negate if s_b == -1 */ in __divti3()
29 s_a ^= s_b; /* sign of quotient */ in __divti3()
Ddivsi3.c26 si_int s_b = b >> bits_in_word_m1; /* s_b = b < 0 ? -1 : 0 */ in ARM_EABI_FNALIAS() local
28 b = (b ^ s_b) - s_b; /* negate if s_b == -1 */ in ARM_EABI_FNALIAS()
29 s_a ^= s_b; /* sign of quotient */ in ARM_EABI_FNALIAS()
/external/syslinux/lzo/src/
Dlzo_swd.ch157 #define s_b(s) s->b
201 lzo_memcpy(s_b(s),dict,dict_len);
216 key = HEAD3(s_b(s),node);
225 key = HEAD2(s_b(s),node);
284 s->b_wrap = s_b(s) + s->b_size;
313 lzo_memcpy(&s_b(s)[s->ip],s->c->ip,s->look);
324 s_b(s)[s->ip] = LZO_BYTE(c);
345 lzo_bytep p = &s_b(s)[s->bp+s->look];
392 s_b(s)[s->ip] = 0;
399 s_b(s)[s->ip] = LZO_BYTE(c);
[all …]
/external/valgrind/drd/tests/
Dannotate_ignore_rw.c11 static int8_t s_b; variable
17 s_b = s_a; in thread_func()
50 s_a = s_b; in main()
Dannotate_ignore_write.c11 static int8_t s_b; variable
17 s_b = s_a; in thread_func()
51 s_a = s_b; in main()
Dannotate_ignore_write.stderr.exp-solaris7 Location 0x........ is 0 bytes inside global var "s_b"
Dannotate_ignore_rw2.stderr.exp-solaris14 Location 0x........ is 0 bytes inside global var "s_b"
Dannotate_ignore_write2.stderr.exp-solaris14 Location 0x........ is 0 bytes inside global var "s_b"
/external/llvm/test/MC/COFF/
Dsection.s31 .section s_b,"b"; .long 1