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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
le-fpconst.d 5 # we know that are. FIXME We should probably also key off armeb/armel.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug093.go 21 var i I = p; // this should be possible even though p is nil: we still know the type
22 i.M(); // should be possible since we know the type, and don't ever use the receiver
  /prebuilts/go/linux-x86/test/fixedbugs/
bug093.go 21 var i I = p; // this should be possible even though p is nil: we still know the type
22 i.M(); // should be possible since we know the type, and don't ever use the receiver
  /external/valgrind/none/tests/solaris/
reserve_sysstat_addr.stderr.exp 7 or because nobody has yet needed it. In any case, let us know at
reserve_sysstat_zone_addr.stderr.exp 7 or because nobody has yet needed it. In any case, let us know at
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
greg7.d 3 # GAS must know that .text and expressions around 0 can be equivalent for
greg5.d 3 # GAS must know that .data and expressions around #20 << 56 can be
greg6.d 3 # GAS must know that .data and expressions around #20 << 56 can be
greg8.d 3 # GAS must know that .text and expressions around 0 can be
  /toolchain/binutils/binutils-2.27/gas/config/
tc-vax.c 51 changed in read.c . Ideally it shouldn't have to know about it at all,
323 wants to know length (in chars) of the input bignum. */
531 know (fragP->fr_type == rs_machine_dependent);
536 know (symbolP);
541 know (*addressP == 0 || *addressP == 0x10); /* '@' bit. */
549 know (*addressP == 0 || *addressP == 0x10); /* '@' bit. */
557 know (*addressP == 0 || *addressP == 0x10); /* '@' bit. */
726 so caller's don't have to know the difference between a 1-byte & a
727 2-byte op-code. Still need vax_opcodeT concept, so we know how
734 Invented so we know hw many bytes a "I^#42" needs in its immediat
    [all...]
tc-dlx.c 863 know (operand->X_add_symbol == 0);
864 know (operand->X_op_symbol == 0);
904 know (str);
1018 know ((fixP->fx_bit_fixP != NULL));
1031 know ((fixP->fx_bit_fixP != NULL));
1044 know ((fixP->fx_bit_fixP != NULL));
  /art/build/
Android.common.mk 63 $(warning Do not know what to do with this multi-target configuration!)
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 95 # error Do not know how to define a 32-bit integer quantity on your system
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 95 # error Do not know how to define a 32-bit integer quantity on your system
  /external/markdown/markdown/extensions/
abbr.py 68 know what they will be beforehand.
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_bl_out_of_range.s 18 # Use 256-byte alignment so that we know where the stubs start.
thumb_blx_out_of_range.s 18 # Use 256-byte alignment so that we know where the stubs start.
thumb_bl_out_of_range.s 19 # Use 256-byte alignment so that we know where the stubs start.
thumb_bl_out_of_range_local.s 19 # Use 256-byte alignment so that we know where the stubs start.
  /external/valgrind/none/tests/s390x/
op_exception.stderr.exp 12 you are not sure, please let us know and we'll try to fix it.
25 you are not sure, please let us know and we'll try to fix it.
38 you are not sure, please let us know and we'll try to fix it.
51 you are not sure, please let us know and we'll try to fix it.
  /prebuilts/go/darwin-x86/doc/progs/
json3.go 64 fmt.Println(k, "is of a type I don't know how to handle")
  /prebuilts/go/linux-x86/doc/progs/
json3.go 64 fmt.Println(k, "is of a type I don't know how to handle")
  /external/gflags/android/gflags/
gflags_declare.h 104 # error Do not know how to define a 32-bit integer quantity on your system
  /external/v8/gypfiles/
landmine_utils.py 123 assert False, 'Don\'t know what builder we\'re using!'
  /toolchain/binutils/binutils-2.27/gas/
as.h 31 #define DEBUG to enable all the "know" assertion tests.
204 #ifndef know macro
205 #define know(p) gas_assert(p) /* Verify our assumptions! */
208 #define know(p) do {} while (0) /* know() checks are no-op.ed */
207 #define know macro

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 91011>>