HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 426 - 450 of 2519) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
random.c 199 if (!BN_rand(r, n + 1, -1 /* don't set most significant bits */,
200 0 /* don't set least significant bits */)) {
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bn.h 447 /* BN_set_bit sets the |n|th, least-significant bit in |a|. For example, if |a|
452 /* BN_clear_bit clears the |n|th, least-significant bit in |a|. For example, if
457 /* BN_is_bit_set returns the value of the |n|th, least-significant bit in |a|,
538 * the most-significant bit will be set. If |top| is one, the two most
539 * significant bits will be set.
542 * not equal |bits| if the most significant bits randomly ended up as zeros.
544 * If |bottom| is non-zero, the least-significant bit will be set. The function
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.h 86 /* Coefficient, from least significant unit */
93 /* These contain the remaining (more significant) digits of the */
  /external/chromium_org/third_party/icu/source/i18n/unicode/
compactdecimalformat.h 42 * By default, there are 3 significant digits. After creation, if more than
43 * three significant digits are set (with setMaximumSignificantDigits), or if a
  /external/chromium_org/third_party/skia/src/opts/
SkTextureCompression_opts_neon.cpp 107 // Takes a row of alpha values and places the most significant three bits of each byte into
108 // the least significant bits of the same byte
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 235 * value into the least significant bits of the destination, or may be shifted
236 * into more significant bits by the shift parameter. The destination bits are
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.h 229 CACHED_LSW, // Least Significant Word of a 64 bit hardware register.
230 CACHED_MSW // Most Significant Word of a 64 bit hardware register.
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 151 * returns a {@code long} value with {@code hashCode.asInt()} as the least-significant
152 * four bytes and {@code 0x00} as each of the most-significant four bytes.
  /external/icu/icu4c/source/i18n/
decNumber.h 86 /* Coefficient, from least significant unit */
93 /* These contain the remaining (more significant) digits of the */
  /external/icu/icu4c/source/i18n/unicode/
compactdecimalformat.h 41 * By default, there are 3 significant digits. After creation, if more than
42 * three significant digits are set (with setMaximumSignificantDigits), or if a
  /external/libpcap/Win32/Include/arpa/
nameser.h 211 #define __LITTLE_ENDIAN 1234 /* least-significant byte first (vax, pc) */
212 #define __BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
  /external/libpng/
pnginfo.h 134 /* The sBIT chunk specifies the number of significant high-order bits
140 png_color_8 sig_bit; /* significant bits in color channels */
  /external/libvorbis/doc/
05-comment.tex 208 bitstream mapping which renders least-significant-bit of the word to be
209 coded into the least significant available bit of the current
v-comment.html 258 bitstream mapping which renders least-significant-bit of the word to be
259 coded into the least significant available bit of the current
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 42 // significant values of repeated attributes occur first.
344 * Parses the DN and returns the most significant attribute value
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosmouse.c 159 cursor_def[6] = ((int)(cursor->data) & 0xFF); /* Least significant byte of pointer to data */
162 cursor_def[9] = ((int)(cursor->data) >> 24) & 0xFF; /* Most significant byte of pointer to data */
  /external/valgrind/main/none/tests/s390x/
cksm.c 224 The data is such that the least significant byte is zero,
226 in the least significant byte. */
  /frameworks/base/include/androidfw/
AssetManager.h 178 * this call may incur significant disk overhead.
190 * this call may incur significant disk overhead.
  /frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp 781 printMsg("Significant wifi change for %d\n", num_results);
785 putEventInCache(EVENT_TYPE_SIGNIFICANT_WIFI_CHANGE, "significant wifi change noticed");
791 printMsg("Retrieving scan results for significant wifi change setting\n");
819 printMsg("Settting Significant change params rssi_sample_size#%d lost_ap_sample_size#%d"
859 printMsg("Waiting for significant wifi change event\n");
867 printMsg("Received significant wifi change");
876 printMsg("Failed to set significant change ::%d\n", result);
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan.cpp 787 /* Set the GSCAN Significant AP Change list. */
799 ALOGE("Setting GScan Significant Change, halHandle = %p", wifiHandle);
801 /* Check if a similar request to set significant change was made earlier.
808 ALOGE("%s: GSCAN Set Significant Change for request Id %d is still"
812 ALOGE("%s: GSCAN Set Significant Change for a different Request "
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 121 /* The sBIT chunk specifies the number of significant high-order bits
127 png_color_8 sig_bit; /* significant bits in color channels */
pngstruct.h 188 png_color_8 sig_bit; /* significant bits in each available channel */
192 png_color_8 shift; /* shift for significant bit tranformation */
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 41 // Each MediaSet and MediaItem has a unique 64 bits id. The most significant
42 // 32 bits represents its parent, and the least significant 32 bits represents
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 284 // the largest real entry, and its percent of total is more significant
297 // the largest real entry, and its percent of total is more significant
  /system/core/include/system/
camera.h 33 * The least significant 3 bits of an "int" value are used for this purpose:
44 * recommended only when copying out data brings significant performance price

Completed in 1502 milliseconds

<<11121314151617181920>>