Searched refs:scratch (Results 1 - 25 of 122) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dblackfin.h95 #define SSYNC(scratch) cli scratch; nop; nop; SSYNC; sti scratch;
96 #define CSYNC(scratch) cli scratch; nop; nop; CSYNC; sti scratch;
99 #define SSYNC(scratch) cli scratch; nop; nop; SSYNC; sti scratch;
100 #define CSYNC(scratch) cl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dwinmacro.h49 #define LOAD_PT_YREG(base_reg, scratch) \
50 ld [%base_reg + STACKFRAME_SZ + PT_Y], %scratch; \
51 wr %scratch, 0x0, %y;
58 #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \
59 LOAD_PT_YREG(base_reg, scratch) \
76 #define STORE_PT_YREG(base_reg, scratch) \
77 rd %y, %scratch; \
78 st %scratch, [%base_reg + STACKFRAME_SZ + PT_Y];
91 #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \
92 ld [%cur_reg + TI_W_SAVED], %scratch; \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dkobject_uevent.c71 char *scratch; local
146 scratch = buffer;
147 envp [i++] = scratch;
148 scratch += sprintf(scratch, "ACTION=%s", action_string) + 1;
149 envp [i++] = scratch;
150 scratch += sprintf (scratch, "DEVPATH=%s", devpath) + 1;
151 envp [i++] = scratch;
152 scratch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Daes_ccm.h18 void ieee80211_aes_ccm_encrypt(struct crypto_cipher *tfm, u8 *scratch,
21 int ieee80211_aes_ccm_decrypt(struct crypto_cipher *tfm, u8 *scratch,
H A Daes_ccm.c55 void ieee80211_aes_ccm_encrypt(struct crypto_cipher *tfm, u8 *scratch, argument
62 b = scratch;
63 s_0 = scratch + AES_BLOCK_LEN;
64 e = scratch + 2 * AES_BLOCK_LEN;
94 int ieee80211_aes_ccm_decrypt(struct crypto_cipher *tfm, u8 *scratch, argument
101 b = scratch;
102 s_0 = scratch + AES_BLOCK_LEN;
103 a = scratch + 2 * AES_BLOCK_LEN;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dsegafilm.c82 unsigned char scratch[256]; local
92 if (get_buffer(pb, scratch, 16) != 16)
94 data_offset = AV_RB32(&scratch[4]);
95 film->version = AV_RB32(&scratch[8]);
100 if (get_buffer(pb, scratch, 20) != 20)
109 if (get_buffer(pb, scratch, 32) != 32)
111 film->audio_samplerate = AV_RB16(&scratch[24]);
112 film->audio_channels = scratch[21];
113 film->audio_bits = scratch[22];
122 if (AV_RB32(&scratch[
[all...]
H A Dipmovie.c217 unsigned char scratch[1024]; local
318 if (get_buffer(pb, scratch, opcode_size) !=
323 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]);
325 1000000.0/s->frame_pts_inc, AV_RL32(&scratch[0]), AV_RL16(&scratch[4]));
335 if (get_buffer(pb, scratch, opcode_size) !=
340 s->audio_sample_rate = AV_RL16(&scratch[4]);
341 audio_flags = AV_RL16(&scratch[2]);
373 if (get_buffer(pb, scratch, opcode_siz
[all...]
H A Dwestwood.c221 unsigned char scratch[VQA_PREAMBLE_SIZE]; local
282 if (get_buffer(pb, scratch, VQA_PREAMBLE_SIZE) != VQA_PREAMBLE_SIZE) {
286 chunk_tag = AV_RB32(&scratch[0]);
287 chunk_size = AV_RB32(&scratch[4]);
303 scratch[0], scratch[1],
304 scratch[2], scratch[3]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia-glue.c139 byte scratch[16]; local
180 camellia_encrypt(&ctx,scratch,plaintext);
181 if(memcmp(scratch,ciphertext_128,sizeof(ciphertext_128))!=0)
183 camellia_decrypt(&ctx,scratch,scratch);
184 if(memcmp(scratch,plaintext,sizeof(plaintext))!=0)
188 camellia_encrypt(&ctx,scratch,plaintext);
189 if(memcmp(scratch,ciphertext_192,sizeof(ciphertext_192))!=0)
191 camellia_decrypt(&ctx,scratch,scratch);
[all...]
H A Drfc2268.c260 unsigned char scratch[16]; local
294 do_encrypt (&ctx, scratch, plaintext_1);
296 if (memcmp (scratch, ciphertext_1, sizeof(ciphertext_1)))
300 do_decrypt (&ctx, scratch, scratch);
301 if (memcmp (scratch, plaintext_1, sizeof(plaintext_1)))
306 do_encrypt (&ctx, scratch, plaintext_2);
307 if (memcmp (scratch, ciphertext_2, sizeof(ciphertext_2)))
311 do_decrypt (&ctx, scratch, scratch);
[all...]
H A Darcfour.c128 byte scratch[16]; local
140 encrypt_stream( &ctx, scratch, plaintext_1, sizeof(plaintext_1));
141 if ( memcmp (scratch, ciphertext_1, sizeof (ciphertext_1)))
144 encrypt_stream(&ctx, scratch, scratch, sizeof(plaintext_1)); /* decrypt */
145 if ( memcmp (scratch, plaintext_1, sizeof (plaintext_1)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dgunzip_util.h31 /* scratch space for gunzip; 46912 is from zlib_inflate_workspacesize() */
36 char scratch[46912]; member in struct:gunzip_state
H A Dgunzip_util.c54 state->s.workspace = state->scratch;
55 if (zlib_inflate_workspacesize() > sizeof(state->scratch))
56 fatal("insufficient scratch space for gunzip\n\r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmlp.c96 uint32_t scratch = 0; local
100 scratch ^= *((const uint32_t*)buf);
102 scratch = xor_32_to_8(scratch);
105 scratch ^= *buf;
107 return scratch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dasm.h88 .macro branch_if_kernel scratch, label
89 get_thread_info \scratch
90 ld.w \scratch, \scratch[TI_flags]
91 bld \scratch, TIF_USERSPACE variable
95 .macro ret_if_privileged scratch, addr, size, ret
96 sub \scratch, \size, 1 variable
97 add \scratch, \addr variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dbugs.c51 static int find_cpuinfo_line(int fd, char *key, char *scratch, int len) argument
56 scratch[len - 1] = '\0';
58 c = token(fd, scratch, len - 1, ':');
66 if(!strncmp(scratch, key, strlen(key)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dparide.c169 static int default_test_proto(PIA * pi, char *scratch, int verbose) argument
195 static int pi_test_proto(PIA * pi, char *scratch, int verbose) argument
201 res = pi->proto->test_proto(pi, scratch, verbose);
203 res = default_test_proto(pi, scratch, verbose);
272 static int pi_probe_mode(PIA * pi, int max, char *scratch, int verbose) argument
285 return (!pi_test_proto(pi, scratch, verbose));
295 if (!pi_test_proto(pi, scratch, verbose))
302 static int pi_probe_unit(PIA * pi, int unit, char *scratch, int verbose) argument
329 if (pi_probe_mode(pi, max, scratch, verbose))
339 if (!pi_probe_mode(pi, max, scratch, verbos
347 pi_init(PIA * pi, int autoprobe, int port, int mode, int unit, int protocol, int delay, char *scratch, int devtype, int verbose, char *device) argument
[all...]
H A Dbpck.c278 static int bpck_test_proto( PIA *pi, char * scratch, int verbose ) argument
419 static void bpck_log_adapter( PIA *pi, char * scratch, int verbose ) argument
428 bpck_read_eeprom(pi,scratch);
433 if ((scratch[i] < ' ') || (scratch[i] > '~'))
434 scratch[i] = '.';
435 printk("%s: bpck EEPROM: %64.64s\n",pi->device,scratch);
436 printk("%s: %64.64s\n",pi->device,&scratch[64]);
441 pi->device,BPCK_VERSION,&scratch[110],pi->unit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dipcomp6.c72 u8 *start, *scratch; local
93 scratch = *per_cpu_ptr(ipcomp6_scratches, cpu);
96 err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen);
114 skb_copy_to_linear_data(skb, scratch, dlen);
130 u8 *start, *scratch; local
149 scratch = *per_cpu_ptr(ipcomp6_scratches, cpu);
152 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen);
157 memcpy(start + sizeof(struct ip_comp_hdr), scratch, dlen);
273 void *scratch = *per_cpu_ptr(scratches, i); local
275 vfree(scratch);
296 void *scratch = vmalloc(IPCOMP_SCRATCH_SIZE); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-dbg.c354 u32 scratch; local
374 scratch = le32_to_cpup (&qh->hw_info1);
378 qh, scratch & 0x007f,
379 speed_char (scratch),
380 (scratch >> 8) & 0x000f,
381 scratch, le32_to_cpup (&qh->hw_info2),
392 scratch = le32_to_cpup (&td->hw_token);
398 else if (QTD_LENGTH (scratch)) {
407 switch ((scratch>>8)&0x03) {
413 (scratch >> 1
545 u32 scratch = le32_to_cpup ( local
631 char *next, scratch [80]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth_proc.h19 static char *gdth_ioctl_alloc(int hanum, int size, int scratch,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dec.c56 gcry_mpi_t scratch[11]; member in struct:mpi_ec_ctx_s
279 /* Allocate scratch variables. */
280 for (i=0; i< DIM(ctx->scratch); i++)
281 ctx->scratch[i] = mpi_alloc_like (ctx->p);
323 for (i=0; i< DIM(ctx->scratch); i++)
324 mpi_free (ctx->scratch[i]);
388 #define t1 (ctx->scratch[0])
389 #define t2 (ctx->scratch[1])
390 #define t3 (ctx->scratch[2])
391 #define l1 (ctx->scratch[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipcomp.c51 u8 *scratch = *per_cpu_ptr(ipcomp_scratches, cpu); local
53 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen);
69 skb_copy_to_linear_data(skb, scratch, dlen);
106 u8 *scratch = *per_cpu_ptr(ipcomp_scratches, cpu); local
108 int err = crypto_comp_compress(tfm, start, plen, scratch, &dlen);
118 memcpy(start + sizeof(struct ip_comp_hdr), scratch, dlen);
285 void *scratch = vmalloc(IPCOMP_SCRATCH_SIZE); local
286 if (!scratch)
288 *per_cpu_ptr(scratches, i) = scratch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Derr_marvel.c152 int scratch, i; local
197 scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__CLK);
198 for (i = 0; i < 4; i++, scratch >>= 2) {
199 if (scratch & 0x3)
202 clk_names[i], clk_decode[scratch & 0x3]);
231 if ((scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__VICTIM_SP))) {
232 int lost = scratch & (1UL << 4);
233 scratch &= ~lost;
234 for (i = 0; i < 8; i++, scratch >>= 1) {
235 if (!(scratch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/pnpbios/
H A Dcore.c107 char *argv [3], **envp, *buf, *scratch; local
136 scratch = buf;
139 envp [i++] = scratch;
140 scratch += sprintf (scratch, "ACTION=%s", dock?"add":"remove") + 1;
143 envp [i++] = scratch;
144 scratch += sprintf (scratch, "DOCK=%x/%x/%x",

Completed in 176 milliseconds

12345