/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_hl.h | 19 __u8 mode; member in struct:ip6t_hl_info
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/ |
ipt_TTL.h | 18 __u8 mode; member in struct:ipt_TTL_info
|
ipt_ttl.h | 18 __u8 mode; member in struct:ipt_ttl_info
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
ip6t_HL.h | 19 __u8 mode; member in struct:ip6t_HL_info
|
ip6t_hl.h | 19 __u8 mode; member in struct:ip6t_hl_info
|
/external/libvpx/libvpx/vp9/common/ |
vp9_scan.h | 49 const PREDICTION_MODE mode = get_y_mode(mi, block_idx); local 50 return &vp9_scan_orders[tx_size][intra_mode_to_tx_type_lookup[mode]];
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mbgraph.h | 23 PREDICTION_MODE mode; member in union:__anon24793::__anon24794::__anon24795
|
/external/libxml2/win32/wince/ |
wincecompat.c | 34 char mode[3]; /* mode[0] ="w/r/a" mode[1]="+" */ local 35 mode[2]=0; 37 mode[0]='w'; 39 mode[0]='r'; 40 return (int) fopen(filename, mode);
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_misc.c | 76 const char *mode = "w"; local 81 mode = "a"; 84 fout = fopen(filename, mode);
|
/external/nanopb-c/tests/alltypes/ |
decode_alltypes.c | 20 bool check_alltypes(pb_istream_t *stream, int mode) 82 if (mode == 0) 196 int mode = (argc > 1) ? atoi(argv[1]) : 0; local 206 if (!check_alltypes(&stream, mode))
|
/external/nanopb-c/tests/alltypes_pointer/ |
decode_alltypes_pointer.c | 15 bool check_alltypes(pb_istream_t *stream, int mode) 79 if (mode == 0) 154 int mode = (argc > 1) ? atoi(argv[1]) : 0; local 164 if (!check_alltypes(&stream, mode))
|
/external/nanopb-c/tests/backwards_compatibility/ |
decode_legacy.c | 23 bool check_alltypes(pb_istream_t *stream, int mode) 84 if (mode == 0) 185 int mode = (argc > 1) ? atoi(argv[1]) : 0; local 195 if (!check_alltypes(&stream, mode))
|
/external/protobuf/editors/ |
protobuf-mode.el | 1 ;;; protobuf-mode.el --- major mode for editing protocol buffers. 37 ;; - Put `protobuf-mode.el' in your Emacs load-path. 39 ;; (require 'protobuf-mode) 41 ;; You can customize this mode just like any mode derived from CC Mode. If 42 ;; you want to add customizations specific to protobuf-mode, you can use the 43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode [all...] |
/external/python/cpython2/Modules/ |
sgimodule.c | 29 int mode; local 33 if (!PyArg_ParseTuple(args, "iii:_getpty", &oflag, &mode, &nofork)) 36 name = _getpty(&fildes, oflag, (mode_t)mode, nofork);
|
/external/skia/src/gpu/effects/ |
GrBlurredEdgeFragmentProcessor.h | 21 enum Mode { kGaussian_Mode = 0, kSmoothStep_Mode = 1 }; 22 int mode() const { return fMode; } function in class:GrBlurredEdgeFragmentProcessor 23 static sk_sp<GrFragmentProcessor> Make(int mode) { 24 return sk_sp<GrFragmentProcessor>(new GrBlurredEdgeFragmentProcessor(mode)); 29 GrBlurredEdgeFragmentProcessor(int mode) : INHERITED(kNone_OptimizationFlags), fMode(mode) {
|
/external/strace/tests/ |
mknodat.c | 15 call_mknodat(unsigned short mode, unsigned long dev) 17 unsigned long lmode = (unsigned long) 0xffffffffffff0000ULL | mode; 56 const unsigned short mode = (0xffff & ~S_IFMT) | S_IFBLK; local 59 rc = call_mknodat(mode, dev); 62 sample, mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX),
|
/external/strace/tests-m32/ |
mknodat.c | 15 call_mknodat(unsigned short mode, unsigned long dev) 17 unsigned long lmode = (unsigned long) 0xffffffffffff0000ULL | mode; 56 const unsigned short mode = (0xffff & ~S_IFMT) | S_IFBLK; local 59 rc = call_mknodat(mode, dev); 62 sample, mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX),
|
/external/strace/tests-mx32/ |
mknodat.c | 15 call_mknodat(unsigned short mode, unsigned long dev) 17 unsigned long lmode = (unsigned long) 0xffffffffffff0000ULL | mode; 56 const unsigned short mode = (0xffff & ~S_IFMT) | S_IFBLK; local 59 rc = call_mknodat(mode, dev); 62 sample, mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX),
|
/external/syslinux/com32/sysdump/ |
vesa.c | 12 uint16_t mode, *mode_ptr; local 42 while ((mode = *mode_ptr++) != 0xFFFF) { 45 rm.eax.w[0] = 0x4F01; /* Get SVGA mode information */ 46 rm.ecx.w[0] = mode; 51 /* Must be a supported mode */ 57 sprintf(modefile, "vesa/mode%04x.bin", mode);
|
/external/tpm2/ |
EncryptDecrypt_fp.h | 15 TPMI_ALG_SYM_MODE mode; member in struct:__anon35344
|
/external/valgrind/none/tests/s390x/ |
rounding-5.c | 8 Rounding mode is provided via FPC. */ 26 set_rounding_mode(unsigned mode) 28 printf("setting FPC rounding mode to %s\n", rtext(mode)); 29 register unsigned r asm("1") = mode; 33 void cefbr(unsigned mode) 35 set_rounding_mode(mode); 43 void cegbr(unsigned mode) 45 set_rounding_mode(mode); 53 void cdgbr(unsigned mode) 66 int mode; local [all...] |
/external/valgrind/none/tests/solaris/ |
mmap_noreserve.c | 29 int mode = RTLD_LAZY | RTLD_LOCAL; local 30 void *handle = dlopen(pathname, mode);
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
standalone_vad.h | 50 // aggressive mode. Returns -1 if the input is less than 0 or larger than 3, 52 int set_mode(int mode); 54 int mode() const { return mode_; } function in class:webrtc::StandaloneVad
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
amrdecode.cpp | 83 Description: Changed '&' to '&&' in the setting of rx_type and mode for 153 state_data->prev_mode contains the new mode 161 used by each codec mode for WMF input format (const 165 used by each codec mode for IF2 input format (const 188 The codec mode and receive frame type is initialized based on the incoming 196 RX_NO_DATA, the mode is obtained from the buffer pointed to by 197 speech_bits_ptr, offset by MAX_SERIAL_SIZE+1, otherwise, the mode is set to 198 the previous mode (found the in state_data->prev_mode). 206 state_data is updated to the current mode. 265 // Determine AMR codec mode and AMR RX frame typ 397 enum Mode mode = (enum Mode)MR475; local [all...] |
/hardware/qcom/gps/core/ |
gps_extended.h | 40 LocPositionMode mode; member in struct:LocPosMode 50 mode(m), recurrence(recr), 64 mode(LOC_POSITION_MODE_MS_BASED), 74 return anotherMode.mode == mode &&
|