Searched defs:target (Results 651 - 675 of 880) sorted by relevance

<<21222324252627282930>>

/external/iptables/iptables/
H A Dxtables.c179 /* Fully register a match/target which was previously partially registered. */
686 /* Standard target? */
718 "Couldn't load target `%s':%s\n",
730 "Couldn't find target `%s'\n", name);
915 fprintf(stderr, "%s: target %s<%u> is missing a version\n",
920 fprintf(stderr, "%s: target \"%s\" has version \"%s\", "
928 fprintf(stderr, "%s: target `%s' has invalid name\n",
935 "%s: BUG: target %s has invalid protocol family\n",
945 /* ignore not interested target */
965 "%s: target `
1002 xtables_register_targets(struct xtables_target *target, unsigned int n) argument
[all...]
/external/iptables/libiptc/
H A Dlibiptc.c91 IPTCC_R_STANDARD, /* standard target (ACCEPT, ...) */
107 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */
703 * targets, and a buildin chain is not a valid jump target */
959 * target, or a hook entry point */
1014 if (t->target.u.target_size
1027 DEBUGP_C("jump, target=%u\n", t->verdict);
1029 /* Jump target fixup has to be deferred
1031 * yet have parsed the target */
1034 DEBUGP_C("module, target=%s\n", GET_TARGET(e)->u.user.name);
1104 STRUCT_STANDARD_TARGET target; member in struct:iptcb_chain_foot
1111 struct ipt_error_target target; member in struct:iptcb_chain_error
[all...]
/external/kernel-headers/original/linux/
H A Dmsm_kgsl.h401 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/external/libsepol/src/
H A Dexpand.c1512 /* loop on target type */
1516 /* loop on target class */
2137 static int ocontext_copy(expand_state_t *state, uint32_t target) argument
2140 switch (target) {
2148 ERR(state->handle, "Unknown target");
2235 * this should not be called until after all the blocks have been processed and the attributes in target policy
2828 /* Copy target from base to out */
3110 /* Source is an individual type, target is an attribute. */
3137 /* Both source and target type are attributes. */
3240 /* Source is an individual type, target i
[all...]
/external/libusb/libusb/os/
H A Dlinux_usbfs.c1823 unsigned char *target = transfer->buffer + itransfer->transferred; local
1825 if (urb->buffer != target) {
1828 target - transfer->buffer);
1829 memmove(target, urb->buffer, urb->actual_length);
/external/libvorbis/lib/
H A Dvorbisfile.c1416 ogg_int64_t target=pos-total+begintime; local
1428 (ogg_int64_t)((double)(target-begintime)*(end-begin)/(endtime-begintime))
1459 if(granulepos<target){
1464 if(target-begintime>44100)break;
1651 ogg_int64_t target=pos-vf->pcm_offset; local
1654 if(samples>target)samples=target;
1658 if(samples<target)
1690 ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate; local
1691 return(ov_pcm_seek(vf,target));
1720 ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate; local
[all...]
/external/libxml2/
H A Dxmllint.c1347 * @target: the target name
1354 processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target, argument
1362 (char *) target, (char *) data);
1365 (char *) target);
H A Dxmlwriter.c2363 * @target: PI target
2370 xmlTextWriterStartPI(xmlTextWriterPtr writer, const xmlChar * target) argument
2377 if ((writer == NULL) || (target == NULL) || (*target == '\0'))
2380 if (xmlStrcasecmp(target, (const xmlChar *) "xml") == 0) {
2382 "xmlTextWriterStartPI : target name [Xx][Mm][Ll] is reserved for xml standardization!\n");
2433 p->name = xmlStrdup(target);
2511 * @target: PI target
2520 xmlTextWriterWriteFormatPI(xmlTextWriterPtr writer, const xmlChar * target, const char *format, ...) argument
2546 xmlTextWriterWriteVFormatPI(xmlTextWriterPtr writer, const xmlChar * target, const char *format, va_list argptr) argument
2577 xmlTextWriterWritePI(xmlTextWriterPtr writer, const xmlChar * target, const xmlChar * content) argument
[all...]
/external/libxslt/libxslt/
H A Dtransform.c651 * @target: the text node where the text will be attached
660 xsltAddTextString(xsltTransformContextPtr ctxt, xmlNodePtr target, argument
665 if ((len <= 0) || (string == NULL) || (target == NULL))
666 return(target);
668 if (ctxt->lasttext == target->content) {
676 newbuf = (xmlChar *) xmlRealloc(target->content,size);
678 xsltTransformError(ctxt, NULL, target,
684 target->content = newbuf;
686 memcpy(&(target->content[ctxt->lasttuse]), string, len);
688 target
713 xsltCopyTextString(xsltTransformContextPtr ctxt, xmlNodePtr target, const xmlChar *string, int noescape) argument
809 xsltCopyText(xsltTransformContextPtr ctxt, xmlNodePtr target, xmlNodePtr cur, int interned) argument
983 xsltShallowCopyAttr(xsltTransformContextPtr ctxt, xmlNodePtr invocNode, xmlNodePtr target, xmlAttrPtr attr) argument
1082 xsltCopyAttrListNoOverwrite(xsltTransformContextPtr ctxt, xmlNodePtr invocNode, xmlNodePtr target, xmlAttrPtr attr) argument
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp113 BLInstrumentationNode* target);
115 // Sets the target node of this edge. Required to split edges.
210 // predecessor list of the target.
229 // necessary. Parameters source and target will have been created by
233 BallLarusNode* source, BallLarusNode* target, unsigned edgeNumber);
295 // Inserts source's pathNumber Value* into target. Target may or may not
299 BLInstrumentationNode* source, BLInstrumentationNode* target);
302 // target's phiNode.
304 BLInstrumentationNode* target, BLInstrumentationNode* source);
327 // Post: Edge's target nod
410 BLInstrumentationEdge(BLInstrumentationNode* source, BLInstrumentationNode* target) argument
487 BasicBlock* target = targetNode->getBlock(); local
735 createEdge(BallLarusNode* source, BallLarusNode* target, unsigned edgeNumber) argument
799 BallLarusNode* target; local
955 pushValueIntoNode(BLInstrumentationNode* source, BLInstrumentationNode* target) argument
983 pushValueIntoPHI(BLInstrumentationNode* target, BLInstrumentationNode* source) argument
[all...]
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp10 // This tablegen backend emits a target specifier matcher for converting parsed
17 // The input to the target specific matcher is a list of literal tokens and
18 // operands. The target specific parser should generally eliminate any syntax
81 // instructions. The target specific custom operand parsing works in the
86 // class/mnemonic and target features to be checked while trying to match.
89 // mnemonic and will check if the target feature for this mnemonic also
182 /// ParserMethod - The name of the operand method to do a target specific
519 // Tokens and operand kinds are unambiguous (assuming a correct target
589 /// Target - The target information.
881 // handle, the target shoul
1228 AsmMatcherInfo(Record *asmParser, CodeGenTarget &target, RecordKeeper &records) argument
[all...]
/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c303 const mDNSAddr *target = &entry->addr; local
315 target = &AllDNSLinkGroup_v4;
319 //mprintf("%#a Q\n", target);
323 mDNSSendDNSMessage(&mDNSStorage, &query, qptr, InterfaceID, mDNSNULL, target, MulticastDNSPort, mDNSNULL, mDNSNULL);
548 case kDNSType_SRV: n += mprintf("%##s:%d", rd->srv.target.c, mDNSVal16(rd->srv.port)); break;
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c1110 char target[kDNSServiceMaxDomainName]; local
1116 get_string(&data, end, target, kDNSServiceMaxDomainName);
1125 ((DNSServiceResolveReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, fullname, target, port.s, txtlen, txtrecord, sdr->AppContext);
/external/ping/
H A Dping.c976 struct sockaddr_in target; local
983 msg.msg_name = (void*)&target;
984 msg.msg_namelen = sizeof(target);
1020 target.sin_addr.s_addr != whereto.sin_addr.s_addr ||
1719 char *target, hnamebuf[MAXHOSTNAMELEN]; local
1835 target = *argv;
1839 if (inet_aton(target, &whereto.sin_addr) == 1) {
1840 hostname = target;
1844 hp = gethostbyname(target);
1845 hp = gethostbyname(target);
[all...]
/external/ping6/
H A Dping6.c312 char *e, *target, *ifname = NULL, *gateway = NULL; local
611 target = nigroup(argv[argc - 1]);
612 if (target == NULL) {
618 target = argv[argc - 1];
627 ret_ga = getaddrinfo(target, NULL, &hints, &res);
633 hostname = target;
/external/qemu/
H A Ddis-asm.h351 bfd_vma target; /* Target address of branch or dref, if known; member in struct:disassemble_info
353 bfd_vma target2; /* Second target address for dref2 */
355 /* Command line options specific to the target disassembler. */
363 target address. Return number of bytes processed. */
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp1063 TUint8* target = iTargetAddr; local
1064 if(target == NULL)
1084 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
1086 ClipCopy(target, aBits, updateRect, sourceRect);
1091 Mem::Copy(target, aBits, byteCount);
1208 TUint32* target = aTarget; local
1209 const TUint32* endt = target + aBytes;
1211 while(target < endt)
1213 *target++ = aDsa.iLut256[*source++];
1219 const TUint32* target local
1230 TUint32* target = aTarget; local
1243 const TUint32* target = aTarget; local
1262 TUint32* target = aTarget; local
1275 const TUint32* target = aTarget; local
1287 const TUint32* target = aTarget; local
1360 TUint32* target = aTarget; local
1385 TUint32* target = aTarget; local
[all...]
H A Ddsa_new.cpp735 TUint8* target = aTarget;
741 target += iTargetBpp * ((aTargetPos.iY + aRect.iTl.iY ) * lineWidth);
743 target += targetStartOffset;
744 TUint32* targetPtr = reinterpret_cast<TUint32*>(target);
755 //TUint8* target = aTarget;
770 // TUint32* targetPtr = reinterpret_cast<TUint32*>(target);
810 TUint8* target = aTarget; local
816 target += iTargetBpp * ((aTargetPos.iY + aRect.iTl.iY ) * lineWidth);
818 target += targetStartOffset;
819 TUint32* targetPtr = reinterpret_cast<TUint32*>(target);
1000 TUint8* target = iTargetAddr; local
1146 TUint32* target = aTarget; local
1157 const TUint32* target = aTarget; local
1168 TUint32* target = aTarget; local
1181 const TUint32* target = aTarget; local
1200 TUint32* target = aTarget; local
1213 const TUint32* target = aTarget; local
1225 const TUint32* target = aTarget; local
1298 TUint32* target = aTarget; local
1323 TUint32* target = aTarget; local
[all...]
/external/qemu/tcg/arm/
H A Dtcg-target.c116 static inline void reloc_abs32(void *code_ptr, tcg_target_long target) argument
118 *(uint32_t *) code_ptr = target;
121 static inline void reloc_pc24(void *code_ptr, tcg_target_long target) argument
123 uint32_t offset = ((target - ((tcg_target_long) code_ptr + 8)) >> 2);
154 /* parse target specific constraints */
355 /* We pay attention here to not modify the branch target by skipping
881 /* Use BLX if the target is in Thumb mode */
/external/qemu/tcg/ppc/
H A Dtcg-target.c171 static uint32_t reloc_pc24_val (void *pc, tcg_target_long target) argument
175 disp = target - (tcg_target_long) pc;
182 static void reloc_pc24 (void *pc, tcg_target_long target) argument
185 | reloc_pc24_val (pc, target);
188 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target) argument
192 disp = target - (tcg_target_long) pc;
199 static void reloc_pc14 (void *pc, tcg_target_long target) argument
202 | reloc_pc14_val (pc, target);
227 /* parse target specific constraints */
468 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) argument
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c162 static uint32_t reloc_pc24_val (void *pc, tcg_target_long target) argument
166 disp = target - (tcg_target_long) pc;
173 static void reloc_pc24 (void *pc, tcg_target_long target) argument
176 | reloc_pc24_val (pc, target);
179 static uint16_t reloc_pc14_val (void *pc, tcg_target_long target) argument
183 disp = target - (tcg_target_long) pc;
190 static void reloc_pc14 (void *pc, tcg_target_long target) argument
193 | reloc_pc14_val (pc, target);
218 /* parse target specific constraints */
488 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) argument
[all...]
/external/quake/quake/src/QW/client/
H A Dgl_draw.c1125 void glTexImage2DHelper( GLenum target, argument
1138 glTexImage2D(target, level, format, width, height, border, format, type, pixels);
1440 void GL_SelectTexture (GLenum target) argument
1448 qglSelectTextureSGIS(target);
1451 if (target == oldtarget)
1454 currenttexture = cnttextures[target-TEXTURE0_SGIS];
1455 oldtarget = target;
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java71 public void glBindTexture(int target, int texture) { argument
72 ((GL10)mGL).glBindTexture(target, texture);
138 public void glCompressedTexImage2D(int target, int level, argument
141 ((GL10)mGL).glCompressedTexImage2D(target, level,
146 public void glCompressedTexSubImage2D(int target, int level, argument
149 ((GL10)mGL).glCompressedTexSubImage2D( target, level,
155 public void glCopyTexImage2D(int target, int level, int internalformat, argument
157 ((GL10)mGL).glCopyTexImage2D( target, level, internalformat,
163 public void glCopyTexSubImage2D(int target, int level, int xoffset, argument
165 ((GL10)mGL).glCopyTexSubImage2D( target, leve
324 glHint(int target, int mode) argument
484 glMultiTexCoord4f(int target, float s, float t, float r, float q) argument
490 glMultiTexCoord4x(int target, int s, int t, int r, int q) argument
628 glTexEnvf(int target, int pname, float param) argument
633 glTexEnvfv(int target, int pname, FloatBuffer params) argument
638 glTexEnvfv(int target, int pname, float[] params, int offset) argument
643 glTexEnvx(int target, int pname, int param) argument
648 glTexEnvxv(int target, int pname, IntBuffer params) argument
653 glTexEnvxv(int target, int pname, int[] params, int offset) argument
658 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
667 glTexParameterf(int target, int pname, float param) argument
672 glTexParameterx(int target, int pname, int param) argument
677 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
788 glGetBufferParameteriv(int target, int pname, IntBuffer params) argument
795 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
913 glGetTexParameterfv(int target, int pname, FloatBuffer params) argument
920 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
927 glGetTexParameteriv(int target, int pname, IntBuffer params) argument
932 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
939 glGetTexParameterxv(int target, int pname, IntBuffer params) argument
944 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
1014 glTexEnvi(int target, int pname, int param) argument
1019 glTexEnviv(int target, int pname, IntBuffer params) argument
1024 glTexEnviv(int target, int pname, int[] params, int offset) argument
1029 glTexParameterfv(int target, int pname, FloatBuffer params) argument
1034 glTexParameterfv(int target, int pname, float[] params, int offset) argument
1041 glTexParameteri(int target, int pname, int param) argument
1046 glTexParameteriv(int target, int pname, IntBuffer params) argument
1051 glTexParameteriv(int target, int pname, int[] params, int offset) argument
1054 glTexParameterxv(int target, int pname, IntBuffer params) argument
1059 glTexParameterxv(int target, int pname, int[] params, int offset) argument
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp985 bool finish(SkAAClip* target) { argument
998 return target->setEmpty();
1032 target->freeRuns();
1033 target->fBounds = fBounds;
1034 target->fRunHead = head;
1035 return target->trimBounds();
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp15 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBeginQuery(GrGLenum target, GrGLuint id) {} argument
17 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindTexture(GrGLenum target, GrGLuint texture) {} argument
21 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBufferData(GrGLenum target, GrGLsizeiptr size, const GrGLvoid* data, GrGLenum usage) {} argument
22 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBufferSubData(GrGLenum target, GrGLintptr offset, GrGLsizeiptr size, const GrGLvoid* data) {} argument
28 GrGLvoid GR_GL_FUNCTION_TYPE nullGLCompressedTexImage2D(GrGLenum target, GrGLint level, GrGLenum internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid* data) {} argument
39 GrGLvoid GR_GL_FUNCTION_TYPE nullGLEndQuery(GrGLenum target) {} argument
46 GrGLvoid GR_GL_FUNCTION_TYPE nullGLQueryCounter(GrGLuint id, GrGLenum target) {} argument
57 GrGLvoid GR_GL_FUNCTION_TYPE nullGLTexImage2D(GrGLenum target, GrGLint level, GrGLint internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid* pixels) {} argument
58 GrGLvoid GR_GL_FUNCTION_TYPE nullGLTexParameteri(GrGLenum target, GrGLenum pname, GrGLint param) {} argument
59 GrGLvoid GR_GL_FUNCTION_TYPE nullGLTexStorage2D(GrGLenum target, GrGLsize argument
60 nullGLTexSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLenum type, const GrGLvoid* pixels) argument
84 nullGLBindFramebuffer(GrGLenum target, GrGLuint framebuffer) argument
85 nullGLBindRenderbuffer(GrGLenum target, GrGLuint renderbuffer) argument
88 nullGLFramebufferRenderbuffer(GrGLenum target, GrGLenum attachment, GrGLenum renderbuffertarget, GrGLuint renderbuffer) argument
89 nullGLFramebufferTexture2D(GrGLenum target, GrGLenum attachment, GrGLenum textarget, GrGLuint texture, GrGLint level) argument
90 nullGLGetFramebufferAttachmentParameteriv(GrGLenum target, GrGLenum attachment, GrGLenum pname, GrGLint* params) argument
91 nullGLGetRenderbufferParameteriv(GrGLenum target, GrGLenum pname, GrGLint* params) argument
92 nullGLRenderbufferStorage(GrGLenum target, GrGLenum internalformat, GrGLsizei width, GrGLsizei height) argument
93 nullGLRenderbufferStorageMultisample(GrGLenum target, GrGLsizei samples, GrGLenum internalformat, GrGLsizei width, GrGLsizei height) argument
98 nullGLCheckFramebufferStatus(GrGLenum target) argument
132 nullGLBindBuffer(GrGLenum target, GrGLuint buffer) argument
162 nullGLMapBuffer(GrGLenum target, GrGLenum access) argument
180 nullGLUnmapBuffer(GrGLenum target) argument
202 nullGLGetBufferParameteriv(GrGLenum target, GrGLenum pname, GrGLint* params) argument
371 nullGLGetTexLevelParameteriv(GrGLenum target, GrGLint level, GrGLenum pname, GrGLint* params) argument
[all...]

Completed in 579 milliseconds

<<21222324252627282930>>