Searched refs:turn (Results 1 – 25 of 956) sorted by relevance
12345678910>>...39
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/ |
D | cas.ll | 4 @turn = internal global i32 zeroinitializer 9 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | cas.ll | 4 @turn = internal global i32 zeroinitializer 10 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
|
/external/llvm/test/Analysis/BasicAA/ |
D | cas.ll | 4 @turn = internal global i32 zeroinitializer 10 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
|
/external/e2fsprogs/tests/t_disable_csum_seed/ |
D | expect | 3 turn on csum_seed 10 turn off csum_seed
|
D | script | 14 echo "turn on csum_seed" >> $OUT 23 echo "turn off csum_seed" >> $OUT
|
/external/e2fsprogs/tests/t_disable_meta_csum_and_seed/ |
D | expect | 3 turn on csum_seed 10 turn off metadata_csum
|
D | script | 14 echo "turn on csum_seed" >> $OUT 23 echo "turn off metadata_csum" >> $OUT
|
/external/e2fsprogs/tests/t_disable_changed_csum_seed/ |
D | expect | 3 turn on csum_seed 13 turn off csum_seed
|
D | script | 14 echo "turn on csum_seed" >> $OUT 27 echo "turn off csum_seed" >> $OUT
|
/external/e2fsprogs/tests/t_disable_changed_csum_seed_mounted/ |
D | expect | 3 turn on csum_seed 13 turn off csum_seed
|
D | script | 14 echo "turn on csum_seed" >> $OUT 27 echo "turn off csum_seed" >> $OUT
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | system_boot_mode.txt | 13 Note if you disable SELinux, you will need to reboot, to turn it off. Also the next time you turn …
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.hull.ctrlpt-1.tesc | 12 float tfactor[3] : SV_TessFactor; // must turn into a size 4 array in SPIR-V 13 float flInFactor : SV_InsideTessFactor; // must turn into a size 2 array in SPIR-V
|
D | hlsl.hull.ctrlpt-2.tesc | 13 float tfactor[3] : SV_TessFactor; // must turn into a size 4 array in SPIR-V 14 float flInFactor : SV_InsideTessFactor; // must turn into a size 2 array in SPIR-V
|
/external/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/ |
D | inf-recursion.ll | 3 ; Don't turn this into an infinite loop, this is probably the implementation 15 ; Do turn other calls into infinite loops though.
|
/external/ImageMagick/PerlMagick/demo/ |
D | lsys.pl | 29 '-' => sub{ $turtle->turn(-$changes->{"dtheta"}); }, # counter-clockwise 30 '+' => sub{ $turtle->turn($changes->{"dtheta"}); }, # Turn clockwise
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | iprintf.ll | 19 ; Verify we don't turn this into an iprintf call 39 ; Verify we don't turn this into an siprintf call 59 ; Verify we don't turn this into an fiprintf call
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/ |
D | eq_ne.ll | 14 ; Show that IRCE can turn 'ne' condition to 'slt' in increasing IV when the IV 47 ; Show that IRCE can turn 'ne' condition to 'ult' in increasing IV when IV is 109 ; Show that IRCE can turn 'eq' condition to 'sge' in increasing IV. 166 ; Show that IRCE can turn 'ne' condition to 'sgt' in decreasing IV. 198 ; Show that IRCE cannot turn 'ne' condition to 'sgt' in decreasing IV if the end 227 ; Show that IRCE can turn 'eq' condition to 'slt' in decreasing IV. 259 ; Show that IRCE cannot turn 'eq' condition to 'slt' in decreasing IV if the end
|
/external/u-boot/board/renesas/sh7785lcr/ |
D | README.sh7785lcr | 85 - led : turn on LEDs 94 turn on LEDs 3, 5, 7, 9 95 turn on LEDs 4, 6, 8, 10
|
/external/llvm/test/Transforms/TailCallElim/ |
D | inf-recursion.ll | 3 ; Don't turn this into an infinite loop, this is probably the implementation 15 ; Do turn other calls into infinite loops though.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/TailCallElim/ |
D | inf-recursion.ll | 3 ; Don't turn this into an infinite loop, this is probably the implementation 15 ; Do turn other calls into infinite loops though.
|
/external/u-boot/board/eets/pdu001/ |
D | README | 16 SOM from bytes at work (https://www.bytesatwork.ch) which in turn is based on 25 or green by setting CONFIG_RUN_LED_GREEN. Setting CONFIG_RUN_LED_OFF will turn
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnectionfactory_unittest.cc | 249 cricket::RelayServerConfig turn("test.com", 1234, kTurnUsername, in TEST_F() local 251 turn_servers.push_back(turn); in TEST_F() 270 cricket::RelayServerConfig turn("hello.com", kDefaultStunPort, "test", in TEST_F() local 272 turn_servers.push_back(turn); in TEST_F()
|
/external/grpc-grpc/doc/ |
D | environment_variables.md | 98 'all' can additionally be used to turn all traces on. 101 'refcount' will turn on all of the tracers for refcount debugging. 132 fail. Set to 0 to turn off the backup polls. 140 set to 1 to turn on CFStream experiment. With this experiment gRPC uses CFStream API to make TCP
|
/external/libpng/contrib/conftest/ |
D | pngcp.dfa | 27 # Options to turn on png_read_png and png_write_png: 51 # this is used to turn off limits:
|
12345678910>>...39