HomeSort by relevance Sort by last modified time
    Searched refs:needed (Results 151 - 175 of 1081) sorted by null

1 2 3 4 5 67 8 91011>>

  /bionic/libc/bionic/
legacy_32_bit_support.cpp 41 #error This code is only needed on 32-bit systems!
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Build_IFWI.bat 182 echo If capsule update is needed, please update CAPSULE_ENABLE = TRUE in Config.dsc.
183 echo If recovery is needed, please update RECOVERY_ENABLE = TRUE in Config.dsc.
  /external/libchrome/base/files/
file_enumerator_posix.cc 131 additional space for pathname may be needed
  /external/libunwind/doc/
unw_resume.tex 37 \Func{access\_fpreg} accessor callbacks as needed. Once that is
77 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_resume}() wasn't
  /external/libvpx/libvpx/vpx_dsp/x86/
ssim_opt_x86_64.asm 65 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
155 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
  /external/syslinux/com32/libutil/
sha256crypt.c 530 int needed = (sizeof(sha256_salt_prefix) - 1 local
534 if (buflen < needed) {
535 char *new_buffer = (char *)realloc(buffer, needed);
540 buflen = needed;
sha512crypt.c 577 int needed = (sizeof(sha512_salt_prefix) - 1 local
581 if (buflen < needed) {
582 char *new_buffer = (char *)realloc(buffer, needed);
587 buflen = needed;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpfloat.go 141 return x + 0 // avoid -0 (should not be needed, but be conservative)
153 return x + 0 // avoid -0 (should not be needed, but be conservative)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic.go 101 // umagic computes the constants needed to strength reduce unsigned n-bit divides by the constant uint64(c).
162 // magic computes the constants needed to strength reduce signed n-bit divides by the constant c.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
sym.go 124 ctxt.Tlsoffset = 0 // dummy value, not needed
130 ctxt.Tlsoffset = 0 // dummy value, not needed
  /prebuilts/go/darwin-x86/src/crypto/rand/
util.go 112 // bitLen is the maximum bit length needed to encode a value < max.
118 // k is the maximum byte length needed to encode a value < max.
  /prebuilts/go/darwin-x86/src/hash/crc32/
gen_const_ppc64le.go 21 // This is a tool needed to generate the appropriate constants needed for
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
gen.go 61 // is needed by both the image/draw and image/jpeg packages, but it doesn't
73 // that also allowed a CopyFromRGBA method if needed.
  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 399 needed := n // how many digits are left to write.
410 if integerDigits > needed {
412 pow10 = uint64pow10[integerDigits-needed]
435 needed -= nd
437 if needed > 0 {
439 panic("strconv: internal error, rest != 0 but needed > 0")
443 for needed > 0 {
454 needed--
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpfloat.go 141 return x + 0 // avoid -0 (should not be needed, but be conservative)
153 return x + 0 // avoid -0 (should not be needed, but be conservative)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic.go 101 // umagic computes the constants needed to strength reduce unsigned n-bit divides by the constant uint64(c).
162 // magic computes the constants needed to strength reduce signed n-bit divides by the constant c.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
sym.go 124 ctxt.Tlsoffset = 0 // dummy value, not needed
130 ctxt.Tlsoffset = 0 // dummy value, not needed
  /prebuilts/go/linux-x86/src/crypto/rand/
util.go 112 // bitLen is the maximum bit length needed to encode a value < max.
118 // k is the maximum byte length needed to encode a value < max.
  /prebuilts/go/linux-x86/src/hash/crc32/
gen_const_ppc64le.go 21 // This is a tool needed to generate the appropriate constants needed for
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
gen.go 61 // is needed by both the image/draw and image/jpeg packages, but it doesn't
73 // that also allowed a CopyFromRGBA method if needed.
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 399 needed := n // how many digits are left to write.
410 if integerDigits > needed {
412 pow10 = uint64pow10[integerDigits-needed]
435 needed -= nd
437 if needed > 0 {
439 panic("strconv: internal error, rest != 0 but needed > 0")
443 for needed > 0 {
454 needed--
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_audio.h 199 int needed; /**< Set to 1 if conversion possible */ member in struct:SDL_AudioCVT
429 * and rate, and initializes the \c cvt structure with information needed
434 * no conversion needed, or 1 if the audio filter is set up.
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_audio.h 199 int needed; /**< Set to 1 if conversion possible */ member in struct:SDL_AudioCVT
429 * and rate, and initializes the \c cvt structure with information needed
434 * no conversion needed, or 1 if the audio filter is set up.
  /prebuilts/misc/windows/sdl2/include/
SDL_audio.h 199 int needed; /**< Set to 1 if conversion possible */ member in struct:SDL_AudioCVT
429 * and rate, and initializes the \c cvt structure with information needed
434 * no conversion needed, or 1 if the audio filter is set up.
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_audio.h 199 int needed; /**< Set to 1 if conversion possible */ member in struct:SDL_AudioCVT
429 * and rate, and initializes the \c cvt structure with information needed
434 * no conversion needed, or 1 if the audio filter is set up.

Completed in 1342 milliseconds

1 2 3 4 5 67 8 91011>>