code              452 core/ptp.c       ptp.code = PTP_RC_OK;
code              484 core/ptp.c             ptp.code = PTP_RC_GeneralError;
code              503 core/ptp.c                     ptp.code = PTP_RC_GeneralError;
code              524 core/ptp.c             ptp.code = PTP_RC_GeneralError;
code              531 core/ptp.c             ptp.code = PTP_RC_GeneralError;
code              538 core/ptp.c             ptp.code = PTP_RC_GeneralError;
code              547 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              554 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              563 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              578 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              590 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              606 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              612 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              636 core/ptp.c                 ptp.code = PTP_RC_GeneralError;
code              642 core/ptp.c                     ptp.code = PTP_RC_GeneralError;
code              651 core/ptp.c                         ptp.code = PTP_RC_GeneralError;
code              659 core/ptp.c                         ptp.code = PTP_RC_GeneralError;
code              673 core/ptp.c             if(data_size > 0 && ptp.code != PTP_RC_OK && !recv_err) { 
code              689 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              700 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              714 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              729 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              767 core/ptp.c               ptp.code = PTP_RC_ParameterNotSupported;
code              774 core/ptp.c               ptp.code = PTP_RC_GeneralError;
code              845 core/ptp.c             ptp.code = PTP_RC_GeneralError;
code              876 core/ptp.c             ptp.code = PTP_RC_GeneralError;
code              882 core/ptp.c             ptp.code = PTP_RC_GeneralError;
code              887 core/ptp.c             ptp.code = PTP_RC_GeneralError;
code              901 core/ptp.c                     ptp.code = PTP_RC_GeneralError;
code              939 core/ptp.c                     ptp.code = PTP_RC_GeneralError;
code              944 core/ptp.c           ptp.code = PTP_RC_ParameterNotSupported;
code               19 core/ptp_chdk.h     int code;
code               46 include/stubs_asm.h     .code 16 ;\
code               55 include/stubs_asm.h     .code 32 ;\
code               57 include/stubs_asm.h     .code 16 ;\
code               63 include/stubs_asm.h     .code 16 ;\
code               71 include/stubs_asm.h     .code 32 ;\
code               73 include/stubs_asm.h     .code 16 ;\
code               43 lib/lua/lcode.c       previous = &fs->f->code[fs->pc-1];
code               81 lib/lua/lcode.c   Instruction *jmp = &fs->f->code[pc];
code              101 lib/lua/lcode.c   int offset = GETARG_sBx(fs->f->code[pc]);
code              110 lib/lua/lcode.c   Instruction *pi = &fs->f->code[pc];
code              793 lib/lua/lcode.c   luaM_growvector(fs->L, f->code, fs->pc, f->sizecode, Instruction,
code              795 lib/lua/lcode.c   f->code[fs->pc] = i;
code               39 lib/lua/lcode.h #define getcode(fs,e)	((fs)->f->code[(e)->u.s.info])
code              283 lib/lua/ldebug.c   check(pt->sizecode > 0 && GET_OPCODE(pt->code[pt->sizecode-1]) == OP_RETURN);
code              288 lib/lua/ldebug.c #define checkopenop(pt,pc)	luaG_checkopenop((pt)->code[(pc)+1])
code              323 lib/lua/ldebug.c     Instruction i = pt->code[pc];
code              355 lib/lua/ldebug.c               Instruction d = pt->code[dest-1-j];
code              371 lib/lua/ldebug.c       check(GET_OPCODE(pt->code[pc+1]) == OP_JMP);
code              377 lib/lua/ldebug.c           check(GET_OPCODE(pt->code[pc+1]) != OP_SETLIST ||
code              378 lib/lua/ldebug.c                 GETARG_C(pt->code[pc+1]) != 0);
code              456 lib/lua/ldebug.c           OpCode op1 = GET_OPCODE(pt->code[pc + j]);
code              474 lib/lua/ldebug.c   return pt->code[last];
code              549 lib/lua/ldebug.c   i = ci_func(ci)->l.p->code[currentpc(L, ci)];
code               14 lib/lua/ldebug.h #define pcRel(pc, p)	(cast(int, (pc) - (p)->code) - 1)
code              294 lib/lua/ldo.c      L->savedpc = p->code;  /* starting point */
code               76 lib/lua/ldump.c #define DumpCode(f,D)	 DumpVector(f->code,f->sizecode,sizeof(Instruction),D)
code              122 lib/lua/lfunc.c   f->code = NULL;
code              142 lib/lua/lfunc.c   luaM_freearray(L, f->code, f->sizecode, Instruction);
code              234 lib/lua/lobject.h   Instruction *code;
code              362 lib/lua/lparser.c   luaM_reallocvector(L, f->code, f->sizecode, fs->pc, Instruction);
code              535 lib/lua/lparser.c   SETARG_B(fs->f->code[pc], luaO_int2fb(cc.na)); /* set initial array size */
code              536 lib/lua/lparser.c   SETARG_C(fs->f->code[pc], luaO_int2fb(cc.nh));  /* set initial table size */
code              131 lib/lua/luac.c   f->code=luaM_newvector(L,pc,Instruction);
code              139 lib/lua/luac.c    f->code[pc++]=CREATE_ABx(OP_CLOSURE,0,i);
code              140 lib/lua/luac.c    f->code[pc++]=CREATE_ABC(OP_CALL,0,1,1);
code              142 lib/lua/luac.c   f->code[pc++]=CREATE_ABC(OP_RETURN,0,1,0);
code               93 lib/lua/lundump.c  f->code=luaM_newvector(S->L,n,Instruction);
code               95 lib/lua/lundump.c  LoadVector(S,f->code,n,sizeof(Instruction));
code               76 lib/lua/print.c  const Instruction* code=f->code;
code               80 lib/lua/print.c   Instruction i=code[pc];
code              148 lib/lua/print.c     if (c==0) printf("\t; %d",(int)code[++pc]);
code                4 platform/ixusizoom_sd30/sub/100g/boot.c extern void ShowCode(int code);
code                5 platform/ixusizoom_sd30/sub/100g/boot.c extern void ShowCodeR(int code);
code              986 tools/firmware_load_ng.c             is->code=NULL;
code              996 tools/firmware_load_ng.c         is->code=NULL; // make first iter fail
code             1002 tools/firmware_load_ng.c     is->code=p;
code             1021 tools/firmware_load_ng.c     if(!is->code) {
code             1025 tools/firmware_load_ng.c     return cs_disasm_iter(is->cs_handle, &is->code, &is->size, &is->adr, is->insn);
code             1033 tools/firmware_load_ng.c     if(!is->code || !is->ah.count) {
code             1036 tools/firmware_load_ng.c     is->code -= is->insn->size;
code             1040 tools/firmware_load_ng.c     return cs_disasm_iter(is->cs_handle, &is->code, &is->size, &is->adr, is->insn);
code             2371 tools/firmware_load_ng.c static const uint8_t code[]=
code             2378 tools/firmware_load_ng.c     count = cs_disasm(fw->cs_handle_thumb, code, sizeof(code), 0xFF000000, 3, &insn);
code               57 tools/firmware_load_ng.h     const uint8_t *code; // pointer into buffer for code
code               91 tools/ghidra_scripts/datatypes/fw_types.h     int code;
code               65 tools/packfi2/deflate.h         ush  code;       /* bit string */
code               74 tools/packfi2/deflate.h #define Code fc.code
code              245 tools/packfi2/trees.c     int code;     /* code value */
code              261 tools/packfi2/trees.c     for (code = 0; code < LENGTH_CODES-1; code++) {
code              262 tools/packfi2/trees.c         base_length[code] = length;
code              263 tools/packfi2/trees.c         for (n = 0; n < (1<<extra_lbits[code]); n++) {
code              264 tools/packfi2/trees.c             _length_code[length++] = (uch)code;
code              272 tools/packfi2/trees.c     _length_code[length-1] = (uch)code;
code              276 tools/packfi2/trees.c     for (code = 0 ; code < 16; code++) {
code              277 tools/packfi2/trees.c         base_dist[code] = dist;
code              278 tools/packfi2/trees.c         for (n = 0; n < (1<<extra_dbits[code]); n++) {
code              279 tools/packfi2/trees.c             _dist_code[dist++] = (uch)code;
code              284 tools/packfi2/trees.c     for ( ; code < D_CODES; code++) {
code              285 tools/packfi2/trees.c         base_dist[code] = dist << 7;
code              286 tools/packfi2/trees.c         for (n = 0; n < (1<<(extra_dbits[code]-7)); n++) {
code              287 tools/packfi2/trees.c             _dist_code[256 + dist++] = (uch)code;
code              583 tools/packfi2/trees.c     ush code = 0;              /* running code value */
code              591 tools/packfi2/trees.c         next_code[bits] = code = (code + bl_count[bits-1]) << 1;
code              596 tools/packfi2/trees.c     Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
code             1080 tools/packfi2/trees.c     unsigned code;      /* the code to send */
code             1091 tools/packfi2/trees.c             code = _length_code[lc];
code             1092 tools/packfi2/trees.c             send_code(s, code+LITERALS+1, ltree); /* send the length code */
code             1093 tools/packfi2/trees.c             extra = extra_lbits[code];
code             1095 tools/packfi2/trees.c                 lc -= base_length[code];
code             1099 tools/packfi2/trees.c             code = d_code(dist);
code             1100 tools/packfi2/trees.c             Assert (code < D_CODES, "bad d_code");
code             1102 tools/packfi2/trees.c             send_code(s, code, dtree);       /* send the distance code */
code             1103 tools/packfi2/trees.c             extra = extra_dbits[code];
code             1105 tools/packfi2/trees.c                 dist -= base_dist[code];
code             1146 tools/packfi2/trees.c local unsigned bi_reverse(code, len)
code             1147 tools/packfi2/trees.c     unsigned code; /* the value to invert */
code             1152 tools/packfi2/trees.c         res |= code & 1;
code             1153 tools/packfi2/trees.c         code >>= 1, res <<= 1;