HomeSort by relevance Sort by last modified time
    Searched refs:scramble (Results 1 - 12 of 12) sorted by null

  /external/aac/libFDK/include/arm/
scramble.h 100 inline void scramble(FIXP_DBL x [], INT n) { function
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 78 ub4 smax, /* range of scramble[] */
80 ub4 *scramble) /* used in final hash */
87 fprintf(f, " static const unsigned long scramble[] = {\n");
90 scramble[i+0], scramble[i+1], scramble[i+2], scramble[i+3]);
92 fprintf(f, " static const unsigned short scramble[] = {\n");
96 scramble[i+0], scramble[i+1], scramble[i+2], scramble[i+3]
165 ub4 scramble[SCRAMBLE_LEN]; \/* used in final hash function *\/ local
    [all...]
perfect.c 16 keys, then it computes a^scramble[tab[b]] to get the final perfect hash.
17 tab[] is an array of 1-byte values and scramble[] is a 256-term array of
32 The final hash is (a XOR scramble[tab[b]]). *scramble* is a
46 *scramble* is used because (a^tab[i]) clusters keys around *a*.
96 /* initialize scramble[] with distinct random values in 0..smax-1 */
98 ub4 *scramble, /* hash is a^scramble[tab[b]] */
99 ub4 smax) /* scramble values should be in 0..smax-1 */
103 /* fill scramble[] with distinct random integers in 0..smax-1 *
    [all...]
perfect.h 19 #define USE_SCRAMBLE 4096 /* use scramble if blen >= USE_SCRAMBLE */
20 #define SCRAMBLE_LEN ((ub4)1<<16) /* length of *scramble* */
123 /* Given the keys, scramble[], and hash mode, find the perfect hash */
125 gencode *final, ub4 *scramble, ub4 *smax, key *keys, ub4 nkeys,
  /external/aac/libFDK/include/mips/
scramble.h 97 inline void scramble(FIXP_DBL *x, INT n) { function
  /external/chromium_org/third_party/sqlite/src/test/
boundary1.tcl 56 # Scramble the $inlist into a random order.
58 proc scramble {inlist} {
107 set nums1 [scramble [array names boundarynum]]
108 set nums2 [scramble [array names boundarynum]]
boundary3.tcl 56 # Scramble the $inlist into a random order.
58 proc scramble {inlist} {
107 set nums1 [scramble [array names boundarynum]]
108 set nums2 [scramble [array names boundarynum]]
boundary2.tcl 56 # Scramble the $inlist into a random order.
58 proc scramble {inlist} {
107 set nums1 [scramble [array names boundarynum]]
108 set nums2 [scramble [array names boundarynum]]
boundary4.tcl 55 # Scramble the $inlist into a random order.
57 proc scramble {inlist} {
106 set nums1 [scramble [array names boundarynum]]
107 set nums2 [scramble [array names boundarynum]]
  /external/aac/libFDK/include/
scramble.h 97 #include "arm/scramble.h"
100 #include "mips/scramble.h"
106 functionname: scramble
140 /* default scramble functionality */
141 inline void scramble(FIXP_DBL *x, INT n) function
  /external/aac/libFDK/src/arm/
fft_rad2_arm.cpp 117 scramble(x,n);
  /external/aac/libFDK/src/
fft_rad2.cpp 93 #include "scramble.h"
126 scramble(x,n);
331 scramble(x,n);

Completed in 8022 milliseconds