Searched defs:code (Results 276 - 300 of 1278) sorted by relevance

<<11121314151617181920>>

/external/freetype/src/psaux/
H A Dt1cmap.c71 FT_UInt code, n; local
75 /* convert character code to Adobe SID string */
76 code = cmap->code_to_sid[char_code];
77 glyph_name = cmap->sid_to_string( code );
/external/iptables/include/net/netfilter/
H A Dnf_conntrack_tuple.h25 "non-manipulatable" lines, for the benefit of the NAT code.
85 u_int8_t type, code; member in struct:nf_conntrack_tuple::__anon18972::__anon18973::__anon18976
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DDnaBlockData.java9 * * Redistributions of source code must retain the above copyright
187 * This method converts the given identifier code to string.
188 * @param code
189 * the code taht is to be converted
192 private String toString(int code) { argument
193 char c1 = (char) ((code & 0xFF000000) >> 24);
194 char c2 = (char) ((code & 0xFF0000) >> 16);
195 char c3 = (char) ((code & 0xFF00) >> 8);
196 char c4 = (char) (code & 0xFF);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DDXTFlipper.java9 * * Redistributions of source code must retain the above copyright
57 long code = data & mask;
58 code >>= shift;
59 return code;
62 private static long writeCode5(long data, int x, int y, long code){ argument
65 code = (code & mask) << shift;
69 data |= code; // write new code
/external/libppp/src/
H A Dpap.c10 * 1. Redistributions of source code must retain the above copyright
98 lh.code = PAP_REQUEST;
114 SendPapCode(struct authinfo *authp, int code, const char *message) argument
121 lh.code = code;
136 log_Printf(LogPHASE, "Pap Output: %s\n", papcodes[code]);
207 if (authp->in.hdr.code == 0 || authp->in.hdr.code > MAXPAPCODE) {
208 log_Printf(LogPHASE, "Pap Input: %d: Bad PAP code !\n", authp->in.hdr.code);
[all...]
/external/linux-tools-perf/util/
H A Drun-command.c157 int status, code; local
173 code = WEXITSTATUS(status);
174 switch (code) {
180 return -code;
192 int code = start_command(cmd); local
193 if (code)
194 return code;
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp190 TargetNVC0::getBuiltinCode(const uint32_t **code, uint32_t *size) const argument
192 *code = &nvc0_builtin_code[0];
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.h34 struct rX00_fragment_program_code code; member in struct:r300_fragment_shader_code
84 return (fs->shader->code.writes_depth) ? TRUE : FALSE;
/external/mesa3d/src/glx/apple/
H A Dglxreply.c120 __glXSetupVendorRequest(struct glx_context * gc, GLint code, GLint vop, argument
130 req->glxCode = code;
/external/nist-sip/java/javax/sip/header/
H A DWarningHeader.java26 void setCode(int code) throws InvalidArgumentException; argument
/external/oprofile/daemon/
H A Dopd_spu.c143 * context switch (via handlers[code)), we cache the
149 unsigned long long code; local
152 code = pop_buffer_value(trans);
154 if (!is_escape_code(code)) {
155 opd_put_spu_sample(trans, code);
166 code = pop_buffer_value(trans);
168 if (code >= LAST_CODE) {
169 fprintf(stderr, "Unknown code %llu\n", code);
173 handlers[code](tran
[all...]
H A Dopd_trans.c137 fprintf(stderr, "Unknown code !\n");
314 * is an unsigned long and below the printf("..." %llu\n", code)
317 unsigned long long code; local
325 code = pop_buffer_value(&trans);
327 if (!is_escape_code(code)) {
328 opd_put_sample(&trans, code);
339 code = pop_buffer_value(&trans);
341 if (code >= LAST_CODE) {
342 fprintf(stderr, "Unknown code %llu\n", code);
[all...]
/external/oprofile/libop/
H A Dop_hw_specific.h25 "pushl %%ebx\n" /* must be preserved due to PIC code */
41 static inline unsigned arch_cpuid_1(int code) argument
50 : "a" (code)
54 asm("cpuid" : "=a" (v.eax) : "a" (code) : "ecx","ebx","edx");
/external/oprofile/opjitconv/
H A Dopjitconv.h38 * the jit dump file gets mmapped and code and
45 /* point to code in the memory mapped file */
46 void const * code; member in struct:jitentry
47 /* size of the jitted code */
54 /* seconds since epoch when the code was created */
56 /* seconds since epoch when the code was overwritten */
59 * section we put this code to */
66 /* seconds since epoch when the code was created */
68 /* seconds since epoch when the code was overwritten */
/external/ppp/pppd/
H A Dchap-new.h10 * 1. Redistributions of source code must retain the above copyright
32 * CHAP packets begin with a standard header with code, id, len (2 bytes).
37 * Values for the code field.
91 * The code for each digest type has to supply one of these.
94 int code; member in struct:chap_digest_type
120 /* Called by digest code to register a digest type */
123 /* Called by authentication code to start authenticating the peer. */
126 /* Called by auth. code to start authenticating us to the peer. */
129 /* Represents the CHAP protocol to the main pppd code */
/external/proguard/src/proguard/classfile/attribute/
H A DCodeAttribute.java29 * This Attribute represents a code attribute.
38 public byte[] code; field in class:CodeAttribute
60 byte[] code,
71 this.code = code;
120 Instruction instruction = InstructionFactory.create(code, offset);
136 Instruction instruction = InstructionFactory.create(code, offset);
56 CodeAttribute(int u2attributeNameIndex, int u2maxStack, int u2maxLocals, int u4codeLength, byte[] code, int u2exceptionTableLength, ExceptionInfo[] exceptionTable, int u2attributesCount, Attribute[] attributes) argument
/external/proguard/src/proguard/classfile/instruction/
H A DBranchInstruction.java29 * the code.
115 protected void readInfo(byte[] code, int offset) argument
117 branchOffset = readSignedValue(code, offset, branchOffsetSize());
121 protected void writeInfo(byte[] code, int offset) argument
128 writeSignedValue(code, offset, branchOffset, branchOffsetSize());
H A DLookUpSwitchInstruction.java83 protected void readInfo(byte[] code, int offset) argument
89 defaultOffset = readInt(code, offset); offset += 4;
90 int jumpOffsetCount = readInt(code, offset); offset += 4;
98 cases[index] = readInt(code, offset); offset += 4;
99 jumpOffsets[index] = readInt(code, offset); offset += 4;
104 protected void writeInfo(byte[] code, int offset) argument
109 writeByte(code, offset++, 0);
113 writeInt(code, offset, defaultOffset); offset += 4;
114 writeInt(code, offset, cases.length); offset += 4;
119 writeInt(code, offse
[all...]
H A DSimpleInstruction.java186 protected void readInfo(byte[] code, int offset) argument
193 readSignedValue(code, offset, constantSize);
197 protected void writeInfo(byte[] code, int offset) argument
206 writeSignedValue(code, offset, constant, constantSize);
H A DTableSwitchInstruction.java87 protected void readInfo(byte[] code, int offset) argument
93 defaultOffset = readInt(code, offset); offset += 4;
94 lowCase = readInt(code, offset); offset += 4;
95 highCase = readInt(code, offset); offset += 4;
102 jumpOffsets[index] = readInt(code, offset); offset += 4;
107 protected void writeInfo(byte[] code, int offset) argument
112 writeByte(code, offset++, 0);
116 writeInt(code, offset, defaultOffset); offset += 4;
117 writeInt(code, offset, lowCase); offset += 4;
118 writeInt(code, offse
[all...]
/external/qemu/distrib/sdl-1.2.15/src/
H A DSDL_error.c44 /* FIXME: Add code to lookup key in language string hash-table */
203 void SDL_Error(SDL_errorcode code) argument
205 switch (code) {
/external/qemu/
H A Dkeymaps.c40 static void add_to_key_range(struct key_range **krp, int code) { argument
43 if (code >= kr->start && code <= kr->end)
45 if (code == kr->start - 1) {
49 if (code == kr->end + 1) {
56 kr->start = kr->end = code;
H A Dqobject.h52 qtype_code code; member in struct:QType
109 return obj->type->code;
H A Duser-events-qemu.c32 user_event_key(unsigned code, unsigned down) argument
34 if(code == 0) {
38 printf(">> KEY [0x%03x,%s]\n", (code & 0x1ff), down ? "down" : " up " );
40 user_event_keycode((code & 0x1ff) | (down ? 0x200 : 0));
60 user_event_generic(int type, int code, int value) argument
63 generic_event_callback(generic_event_opaque, type, code, value);
/external/qemu/slirp/
H A Dip_icmp.c8 * 1. Redistributions of source code must retain the above copyright
76 /* int code; */
106 /* code = icp->icmp_code; */
204 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, argument
269 icp->icmp_code = code;

Completed in 526 milliseconds

<<11121314151617181920>>