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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.c 52 static /*@only@*/ wordptr conv_bv; variable
63 conv_bv = BitVector_Create(BITVECT_NATIVE_SIZE, FALSE);
79 BitVector_Destroy(conv_bv);
136 switch (BitVector_from_Dec_static(from_dec_data, conv_bv,
148 intnum_frombv(intn, conv_bv);
157 switch (BitVector_from_Bin(conv_bv, (unsigned char *)str)) {
168 intnum_frombv(intn, conv_bv);
177 switch (BitVector_from_Oct(conv_bv, (unsigned char *)str)) {
188 intnum_frombv(intn, conv_bv);
197 switch (BitVector_from_Hex(conv_bv, (unsigned char *)str))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm 163 movq %rax, conv_bv(%rip)
226 movq conv_bv(%rip), %rdi
269 movq conv_bv(%rip), %rsi
282 movq conv_bv(%rip), %rdi
287 movq conv_bv(%rip), %rdi
310 movq conv_bv(%rip), %rdi
380 movq conv_bv(%rip), %rdi
384 movq conv_bv(%rip), %rdi
389 movq conv_bv(%rip), %rdi
412 movq conv_bv(%rip), %rd
    [all...]

Completed in 32 milliseconds