Searched refs:wants (Results 1 – 25 of 530) sorted by relevance
12345678910>>...22
/external/mesa3d/src/intel/common/ |
D | gen_urb_config.c | 130 unsigned wants[4]; in gen_get_urb_config() local 139 wants[i] = in gen_get_urb_config() 144 wants[i] = 0; in gen_get_urb_config() 148 total_wants += wants[i]; in gen_get_urb_config() 160 roundf(wants[i] * (((float) remaining_space) / total_wants)); in gen_get_urb_config() 163 total_wants -= wants[i]; in gen_get_urb_config()
|
/external/openssh/regress/unittests/utf8/ |
D | tests.c | 35 int wantwidth, int wantlen, const char *wants) in one() argument 42 wantlen = strlen(wants); in one() 49 ASSERT_STRING_EQ(buf, wants); in one()
|
/external/u-boot/doc/ |
D | README.i2c | 28 - AP_CLAIM: output from AP, signalling to the EC that the AP wants the bus 29 - EC_CLAIM: output from EC, signalling to the AP that the EC wants the bus 35 Let's say the AP wants to claim the bus. It: 57 In general the traffic is fairly light, and in particular the EC wants access
|
/external/adhd/ |
D | Makefile | 37 $(INSTALL) --mode 755 -d $(DESTDIR)/$(SYSTEMD_UNIT_DIR)/system-services.target.wants 39 $(DESTDIR)/$(SYSTEMD_UNIT_DIR)/system-services.target.wants/cras.service
|
/external/tensorflow/tensorflow/contrib/mpi_collectives/ |
D | mpi_message.proto | 25 // the rank wants to do and the tensor that it wants to apply the operation to.
|
/external/ukey2/src/main/proto/ |
D | proximity_payloads.proto | 25 // Message used when one device wants to initiate a Proximity Auth pairing with another device 28 // The name or description of the device that wants to pair with another
|
/external/curl/docs/cmdline-opts/ |
D | list-only.d | 9 especially useful if the user wants to machine-parse the contents of an FTP
|
D | proxytunnel.d | 9 wants to tunnel through to.
|
/external/wpa_supplicant_8/wpa_supplicant/systemd/ |
D | wpa_supplicant.service.arg.in | 15 Alias=multi-user.target.wants/wpa_supplicant@%i.service
|
D | wpa_supplicant-nl80211.service.arg.in | 15 Alias=multi-user.target.wants/wpa_supplicant-nl80211@%i.service
|
D | wpa_supplicant-wired.service.arg.in | 15 Alias=multi-user.target.wants/wpa_supplicant-wired@%i.service
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2011-06-14-PreschedRegalias.ll | 4 ; mul wants an operand in AL, but call clobbers it.
|
D | tail-call-win64.ll | 3 ; The Win64 ABI wants tail jmps to use a REX_W prefix so it can distinguish
|
D | dwarf-headers.ll | 68 ; FIXME: V5 wants type units in .debug_info not .debug_types. 85 ; FIXME: V5 wants type units in .debug_info.dwo not .debug_types.dwo.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2011-06-14-PreschedRegalias.ll | 4 ; mul wants an operand in AL, but call clobbers it.
|
/external/capstone/packages/macports/devel/capstone/files/ |
D | patch-Makefile.diff | 7 -# Homebrew wants to make sure its formula does not disable FORTIFY_SOURCE
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-06-14-PreschedRegalias.ll | 4 ; mul wants an operand in AL, but call clobbers it.
|
D | tail-call-win64.ll | 3 ; The Win64 ABI wants tail jmps to use a REX_W prefix so it can distinguish
|
/external/skqp/gn/ |
D | flutter_defines.gni | 9 # Flutter always wants this https://github.com/flutter/flutter/issues/11402
|
/external/skia/gn/ |
D | flutter_defines.gni | 9 # Flutter always wants this https://github.com/flutter/flutter/issues/11402
|
/external/autotest/client/site_tests/performance_Tracker/ |
D | control | 14 This test is intended to be used by any functional test which wants to
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | CMakeLists.txt | 10 # Add GlobalISel files to the dependencies if the user wants to build it.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ |
D | dont-hoist-simple-loop-constants.ll | 4 ; The setlt wants to use a value that is incremented one more than the dominant
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | dont-hoist-simple-loop-constants.ll | 4 ; The setlt wants to use a value that is incremented one more than the dominant
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/ |
D | BuildVariables.inc.in | 11 // llvm-config wants to report to the user, but which can only be determined at
|
12345678910>>...22