HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 151 - 175 of 661) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 281 const char *proto, *mode, *level; local
306 mode = "any";
309 mode = "transport";
312 mode = "tunnel";
358 snprintf(buf, len, "%s/%s/%s/%s", proto, mode, abuf, level);
366 snprintf(buf, len, "%s/%s/%s/%s%c%u", proto, mode, abuf, level,
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 24 #define MODE_ECB 1 /* Are we ciphering in ECB mode? */
25 #define MODE_CBC 2 /* Are we ciphering in CBC mode? */
26 #define MODE_CFB1 3 /* Are we ciphering in 1-bit CFB mode? */
69 u_int8_t mode; /* MODE_ECB, MODE_CBC, or MODE_CFB1 */ member in struct:__anon2666
86 int rijndael_cipherInit(cipherInstance *cipher, u_int8_t mode, char *IV);
  /external/ipsec-tools/src/racoon/
policy.h 93 u_int8_t mode; /* mode of protocol, see ipsec.h */ member in struct:secasindex
  /external/iptables/extensions/
libip6t_policy.c 37 "[!] --mode mode match mode (transport/tunnel)\n"
86 .name = "mode",
165 exit_error(PARAMETER_PROBLEM, "policy match: invalid mode `%s'", s);
177 int mode; local
272 if (e->match.mode)
274 "policy match: double --mode option");
276 mode = parse_mode(argv[optind-1]);
277 e->match.mode = 1
    [all...]
  /external/iptables/include/libipq/
ip_queue_64.h 29 unsigned char value; /* Requested mode */
43 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon2671
49 IPQ_COPY_NONE, /* Initial mode, packets are dropped */
57 #define IPQM_MODE (IPQM_BASE + 1) /* Mode request from peer */
  /external/iptables/include/linux/netfilter_ipv4/
ipt_policy.h 29 mode:1, member in struct:ipt_policy_spec
49 u_int8_t mode; member in struct:ipt_policy_elem
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_policy.h 25 mode:1, member in struct:ip6t_policy_spec
45 u_int8_t mode; member in struct:ip6t_policy_elem
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_queue.h 39 unsigned char value; /* Requested mode */
53 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon3083
59 IPQ_COPY_NONE, /* Initial mode, packets are dropped */
67 #define IPQM_MODE (IPQM_BASE + 1) /* Mode request from peer */
  /external/kernel-headers/original/linux/
vt.h 19 char mode; /* vt mode */ member in struct:vt_mode
25 #define VT_GETMODE 0x5601 /* get mode of active vt */
26 #define VT_SETMODE 0x5602 /* set mode of active vt */
  /external/opencore/codecs_v2/audio/gsm_amr/common/dec/include/
pvgsmamrdecoderinterface.h 38 * One word (2-byte) to indicate mode.
156 * GSM AMR NB and WB mode (i.e. bit-rate )
158 int16 mode; member in struct:tPVAmrDecoderExternal
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mb_motion_comp.cpp 57 the motion compensation mode in order to determine which luminance or
143 uint8 mode; local
187 /* get mode for current MB */
188 mode = video->headerInfo.Mode[mbnum];
193 if (mode & INTER_1VMASK)
243 /*if (mode == MODE_INTER4V) 05/08/15 */
401 if (mode&INTER_1VMASK)
421 /* Post-processing mode (MBM_INTER8) */
600 /* Post-processing mode (copy previous MB) *
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
combined_encode.cpp 31 /* Purpose : Encode a frame of MPEG4 bitstream in Combined mode. */
112 if (currVol->shortVideoHeader) /* ShortVideoHeader Mode */
173 if (!currVol->shortVideoHeader) /* Not in ShortVideoHeader mode */
175 if (!currVol->ResyncMarkerDisable) /* RESYNC MARKER MODE */
190 else /* NO RESYNC MARKER MODE */
200 { /* ShortVideoHeader Mode */
225 else /* Combined Mode*/
255 /* Purpose : Encode a slice of MPEG4 bitstream in Combined mode and save */
267 UChar mode = MODE_INTRA; local
268 UChar *Mode = video->headerInfo.Mode
    [all...]
datapart_encode.cpp 30 /* Purpose : Encode a frame of MPEG4 bitstream in datapartitioning mode. */
204 /* Purpose : Encode a slice of MPEG4 bitstream in DataPar mode and save */
216 UChar mode, *Mode = video->headerInfo.Mode; local
362 mode = Mode[mbnum];
420 Mode[mbnum] = mode;
433 mbnum++; /* has to increment before SCD, to preserve Mode[mbnum] *
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.cpp 325 // (2) if download and playback mode is not asap mode, i.e. download and play or download only,
424 // playback mode and proxy
446 PVDlCfgFile::TPVDLPlaybackMode mode = PVDlCfgFile::EPVDL_ASAP; local
450 mode = PVDlCfgFile::EPVDL_ASAP;
453 mode = PVDlCfgFile::EPVDL_PLAYBACK_AFTER_DOWNLOAD;
456 mode = PVDlCfgFile::EPVDL_DOWNLOAD_ONLY;
461 return mode;
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 248 int mode; local
256 SDL_SetError("Couldn't allocate buffer for requested mode");
260 /* printf("Setting mode %dx%d\n", width, height); */
270 /* Set up the new mode framebuffer */
375 /* Free video mode lists */
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 147 ggi_mode mode = local
165 SDL_SetError("Unhandled GGI mode type!\n");
185 /* Validate mode, autodetecting any GGI_AUTO or GT_AUTO fields */
186 ggiCheckMode(VIS, &mode);
188 /* At this point we should have a valid mode - try to set it */
189 err = ggiSetMode(VIS, &mode);
194 SDL_SetError("Can't set a mode!\n");
201 this->info.current_w = mode.virt.x;
202 this->info.current_h = mode.virt.y;
205 if (GT_SCHEME(mode.graphtype) == GT_PALETTE
253 ggi_mode mode = local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 70 static SDL_GrabMode QT_GrabInput(_THIS, SDL_GrabMode mode);
169 SDL_Rect *mode; local
173 /* Check to see if we already have this mode */
176 mode = SDL_modelist[index][i];
177 if ( (mode->w == w) && (mode->h == h) ) {
183 /* Set up the new video mode rectangle */
184 mode = (SDL_Rect *)SDL_malloc(sizeof *mode);
185 if ( mode == NULL )
    [all...]
  /external/skia/gm/
xfermodes.cpp 41 void draw_mode(SkCanvas* canvas, SkXfermode* mode, int alpha) {
46 p.setXfermode(mode);
93 SkXfermode::Mode fMode;
145 SkXfermode* mode = SkXfermode::Create(gModes[i].fMode); local
148 draw_mode(&c, mode, twice ? 0x88 : 0xFF);
149 SkSafeUnref(mode);
  /external/skia/src/core/
SkBlitter_A8.cpp 322 SkXfermode* mode = fXfermode; local
336 if (opaque && aa == 255 && mode == NULL)
341 if (mode)
344 mode->xferA8(device, span, count, aaExpand);
  /external/stlport/src/details/
fstream_unistd.cpp 78 static ios_base::openmode flag_to_openmode(int mode)
82 switch ( mode & O_ACCMODE ) {
94 if ( mode & O_APPEND )
225 // open file. Mode is set to be consistent with the way that the file
232 int mode = fcntl(file_no, F_GETFL); local
234 if (mode == -1)
237 _M_openmode = flag_to_openmode(mode);
  /external/stlport/src/
iostream.cpp 168 _Stl_create_filebuf(_Tp x, ios_base::openmode mode ) {
170 result->open(_Stl_extract_open_param(x), mode); local
180 _Stl_create_wfilebuf(FILE* f, ios_base::openmode mode) {
182 result->_M_open(_FILE_fd(f), mode); local
353 // mode:C++
  /external/v8/src/
scopeinfo.h 123 // If the slot is present and mode != NULL, sets *mode to the corresponding
124 // mode for that variable.
125 static int ContextSlotIndex(Code* code, String* name, Variable::Mode* mode);
151 List<Variable::Mode, Allocator > context_modes_;
176 Variable::Mode* mode);
181 Variable::Mode mode,
217 Variable::Mode mode() { return ModeField::decode(value_); } function in struct:v8::internal::ContextSlotCache::Value
    [all...]
  /external/webkit/WebCore/loader/
WorkerThreadableLoader.cpp 72 // Create a unique mode just for this synchronous resource load.
73 String mode = loadResourceSynchronouslyMode; local
74 mode.append(String::number(runLoop.createUniqueId()));
76 RefPtr<WorkerThreadableLoader> loader = WorkerThreadableLoader::create(workerContext, &client, mode, request, options);
79 result = runLoop.runInMode(workerContext, mode);
  /external/webkit/WebCore/platform/graphics/android/
FontAndroid.cpp 69 int mode = gc->textDrawingMode(); local
71 if ((mode & (cTextFill | cTextStroke)) == (cTextFill | cTextStroke)) {
100 } else if (mode & cTextFill) {
102 } else if (mode & cTextStroke) {
  /external/webkit/WebCore/svg/
SVGLength.cpp 41 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type)
43 return (mode << 4) | type;
48 unsigned int mode = unit >> 4; local
49 return static_cast<SVGLengthMode>(mode);
54 unsigned int mode = unit >> 4; local
55 unsigned int type = unit ^ (mode << 4);
114 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString)
116 , m_unit(storeUnit(mode, LengthTypeNumber))
276 float SVGLength::PercentageOfViewport(float value, const SVGElement* context, SVGLengthMode mode)
310 if (mode == LengthModeWidth
    [all...]

Completed in 1199 milliseconds

1 2 3 4 5 67 8 91011>>