/external/chromium_org/third_party/opus/ |
opus.target.darwin-mips.mk | 36 third_party/opus/src/celt/modes.c \
|
opus.target.darwin-x86.mk | 36 third_party/opus/src/celt/modes.c \
|
opus.target.linux-arm.mk | 36 third_party/opus/src/celt/modes.c \
|
opus.target.linux-mips.mk | 36 third_party/opus/src/celt/modes.c \
|
opus.target.linux-x86.mk | 36 third_party/opus/src/celt/modes.c \
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_driver.c | 503 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "No valid modes.\n"); 518 if (pScrn->modes == NULL) { 519 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "No modes.\n"); 523 pScrn->currentMode = pScrn->modes; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.c | 367 if (wpa_s->hw.modes == NULL) 371 os_free(wpa_s->hw.modes[i].channels); 372 os_free(wpa_s->hw.modes[i].rates); 375 os_free(wpa_s->hw.modes); 376 wpa_s->hw.modes = NULL; [all...] |
ctrl_iface.c | [all...] |
p2p_supplicant.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 103 // certain modes are assumed to be based on 8x8 blocks. 1602 MB_PREDICTION_MODE modes[4]; member in struct:__anon23114 [all...] |
/external/libvorbis/lib/ |
block.c | 194 b->modebits=ilog2(ci->modes);
|
/external/llvm/test/MC/ARM/ |
basic-thumb-instructions.s | 2 @ Run these test in both Thumb1 and Thumb2 modes, as all of the encodings
|
/external/iproute2/doc/ |
ip-tunnels.tex | 169 \verb|mode <MODE>| sets tunnel mode. Three modes are available now
|
/external/valgrind/main/none/tests/ppc32/ |
test_dfp1.stdout.exp | 378 Test DFP rounding modes [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_dfp1.stdout.exp | 378 Test DFP rounding modes [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-linux.c | 738 PRE_MEM_READ( "adjtimex(timex->modes)", ARG1, sizeof(tx->modes)); 741 if (tx->modes & (bits)) \ 745 if (tx->modes & VKI_ADJ_ADJTIME) { 746 if (!(tx->modes & VKI_ADJ_OFFSET_READONLY)) [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | 465 # Check output modes 466 my $modes = 483 if ($modes > 1) { 486 if ($modes == 0) { [all...] |
/libcore/luni/src/test/java/libcore/javax/crypto/ |
CipherTest.java | 120 // stream modes CFB, CTR, CTS, OFB with PKCS5Padding don't really make sense 737 Set<String> modes = StandardNames.getModesForCipher(algorithm); local [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 181 you have to update the associated support code as well. In LibTomCrypt the associated code (\textit{chaining modes in this case}) 404 should never use the ECB modes directly to encrypt data. Instead you should use the ECB functions to make a chaining mode, 405 or use one of the provided chaining modes. All of the ciphers are written as ECB interfaces since it allows the rest of [all...] |
/external/dropbear/ |
configure | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | 465 # Check output modes 466 my $modes = 483 if ($modes > 1) { 486 if ($modes == 0) { [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | 575 cmp lr, #0 @ any special modes happening? [all...] |
/device/lge/mako/camera/ |
QCamera_Intf.h | 257 camera_mode_t modes; member in struct:__anon2217 [all...] |
/external/valgrind/main/include/vki/ |
vki-linux.h | 301 unsigned int modes; /* mode selector */ member in struct:vki_timex 337 #define VKI_ADJ_ADJTIME 0x8000 /* switch between adjtime/adjtimex modes */ [all...] |
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.cpp | 205 #pragma mark Addressing modes & shifters... 255 // addressing modes... 280 LOG_ALWAYS_FATAL_IF(W | type | shift, "reg_scale_pre adv modes not yet implemented"); 283 // amode.stype = type; // more advanced modes not used in GGLAssembler yet 442 // set "signed" to true for adr modes 451 // set "signed" to true for adr modes 795 // we only support simple base + index, no advanced modes for this one yet 823 // we only support simple base + index, no advanced modes for this one yet 860 // we only support simple base + index, no advanced modes for this one yet 888 // we only support simple base + index, no advanced modes for this one ye [all...] |