Home
last modified time | relevance | path

Searched refs:wants (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/intel/common/
H A Dintel_urb_config.c155 * and make a note of how much additional space it "wants" (the amount of in intel_get_urb_config()
159 unsigned wants[4]; in intel_get_urb_config() local
168 wants[i] = in intel_get_urb_config()
173 wants[i] = 0; in intel_get_urb_config()
177 total_wants += wants[i]; in intel_get_urb_config()
184 /* Mete out remaining space (if any) in proportion to "wants". */ in intel_get_urb_config()
191 roundf(wants[i] * (((float) remaining_space) / total_wants)); in intel_get_urb_config()
194 total_wants -= wants[i]; in intel_get_urb_config()
213 /* Since we rounded up when computing wants[], this may be slightly in intel_get_urb_config()
/third_party/python/Lib/asyncio/
H A Dsslproto.py747 wants = len(buf)
750 count = self._sslobj.read(wants, buf)
754 while offset < wants:
755 count = self._sslobj.read(wants - offset, buf[offset:])
/third_party/python/PCbuild/
H A Dfind_msbuild.bat28 @rem If msbuild.exe is on the PATH, assume that the user wants that one.
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex51 An application that wants to use the \Func{\_UPT}-facility first needs
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c365 * Aieee - the next user wants it in a register, but we in flush_one_pseudo()
1106 struct hardreg *wants = hardregs+0; in generate_ret() local
1108 if (reg != wants) in generate_ret()
1109 output_insn(state, "movl %s,%s", reg->name, wants->name); in generate_ret()
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc165 If a 64-bit target wants to depend on a 32-bit binary, it would specify a
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm758 you lose. Second: Who wants to learn another language? You already
1060 in your program if it wants to, but it will have to do so explicitly.
1295 to store an error message or some other information that it wants to
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm758 you lose. Second: Who wants to learn another language? You already
1060 in your program if it wants to, but it will have to do so explicitly.
1295 to store an error message or some other information that it wants to
/third_party/node/deps/cares/
H A Dconfig.guess1570 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
/third_party/node/deps/cares/config/
H A Dconfig.guess1570 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
/third_party/libevdev/build-aux/
H A Dconfig.guess1584 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/bn/
H A Dbn-mips.S741 dsrl $3,$4,$25 # $3 contains remainder if anybody wants it
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/bn/
H A Dbn-mips.S741 dsrl $3,$4,$25 # $3 contains remainder if anybody wants it
/third_party/python/
H A Dconfig.guess1564 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
/third_party/mksh/
H A DBuild.sh2829 DEBUG don’t use in production, wants gcc, implies:
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3646 % the user wants an empty mark, they have to say @w{} not just @w.
4081 % Make sure that spaces turn into tokens that match what \doignoretext wants.

Completed in 30 milliseconds