HomeSort by relevance Sort by last modified time
    Searched defs:SETUP (Results 1 - 9 of 9) sorted by null

  /external/v8/test/cctest/
test-disasm-arm.cc 72 // Setup V8 to a state where we can at least run the assembler and
75 #define SETUP() \
105 SETUP();
256 SETUP();
  /bionic/libc/regex/
regexec.c 67 #define SETUP(v) ((v) = 0)
93 #undef SETUP
116 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 39 #define SETUP rijndael_setup
52 SETUP, ECB_ENC, ECB_DEC, ECB_TEST, ECB_DONE, ECB_KS,
62 SETUP, ECB_ENC, ECB_DEC, ECB_TEST, ECB_DONE, ECB_KS,
68 #define SETUP rijndael_enc_setup
78 SETUP, ECB_ENC, NULL, NULL, ECB_DONE, ECB_KS,
87 SETUP, ECB_ENC, NULL, NULL, ECB_DONE, ECB_KS,
123 int SETUP(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
143 /* setup the forward key */
216 /* setup the inverse key now */
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 220 #define SETUP(type,request) (((type) << 8) | (request))
233 switch(SETUP(s.type,s.request)) {
234 case SETUP(DEVICE_READ, GET_STATUS): {
242 case SETUP(DEVICE_READ, GET_DESCRIPTOR): {
255 case SETUP(DEVICE_READ, GET_CONFIGURATION):
263 case SETUP(DEVICE_WRITE, SET_CONFIGURATION):
281 case SETUP(DEVICE_WRITE, SET_ADDRESS):
288 case SETUP(INTERFACE_WRITE, SET_INTERFACE):
292 case SETUP(ENDPOINT_WRITE, CLEAR_FEATURE): {
  /external/libpcap/
atmuni31.h 49 #define SETUP 0x05 /* setup */
  /external/tcpdump/
atmuni31.h 49 #define SETUP 0x05 /* setup */
  /external/oprofile/libop/
op_xml_out.h 21 SETUP,
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 135 #define SETUP _SETUP(GET(D_INPUT))
309 /* Signal level setup */
xf86str.h 764 SETUP,
    [all...]

Completed in 354 milliseconds