HomeSort by relevance Sort by last modified time
    Searched defs:scramble (Results 1 - 10 of 10) 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/sqlite/src/test/
boundary1.tcl 56 # Scramble the $inlist into a random order.
58 proc scramble {inlist} { procedure
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} { procedure
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} { procedure
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} { procedure
106 set nums1 [scramble [array names boundarynum]]
107 set nums2 [scramble [array names boundarynum]]
  /external/aac/libFDK/include/mips/
scramble.h 97 inline void scramble(FIXP_DBL *x, INT n) { function
  /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/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...]
  /packages/services/Telephony/src/com/android/phone/sip/
SipEditor.java 132 preference.setSummary(scramble(value)); method
448 pref.setSummary(scramble(value)); method
550 private static String scramble(String s) { method in class:SipEditor
  /hardware/ti/wlan/mac80211/ti-utils/
plt.h 262 unsigned char scramble; member in struct:wl1271_cmd_pkt_params

Completed in 894 milliseconds