Searched refs:srch (Results 1 - 19 of 19) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/store/
H A Dstr_mem.c294 int srch; local
311 srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
313 if (srch >= 0) {
314 context->search_index = srch;
325 for (srch = context->search_index;
326 srch < sk_MEM_OBJECT_DATA_num(store->data)
329 srch)->attr_info)
333 srch)->attr_info));
334 srch++) ;
336 context->search_index = srch;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/store/
H A Dstr_mem.c276 int srch; local
299 srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
301 if (srch >= 0)
303 context->search_index = srch;
314 for(srch = context->search_index;
315 srch < sk_MEM_OBJECT_DATA_num(store->data)
317 sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info)
319 sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info));
320 srch++)
323 context->search_index = srch;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/store/
H A Dstr_mem.c294 int srch; local
311 srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
313 if (srch >= 0) {
314 context->search_index = srch;
325 for (srch = context->search_index;
326 srch < sk_MEM_OBJECT_DATA_num(store->data)
329 srch)->attr_info)
333 srch)->attr_info));
334 srch++) ;
336 context->search_index = srch;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/store/
H A Dstr_mem.c276 int srch; local
299 srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
301 if (srch >= 0)
303 context->search_index = srch;
314 for(srch = context->search_index;
315 srch < sk_MEM_OBJECT_DATA_num(store->data)
317 sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info)
319 sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info));
320 srch++)
323 context->search_index = srch;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/store/
H A Dstr_mem.c294 int srch; local
311 srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
313 if (srch >= 0) {
314 context->search_index = srch;
325 for (srch = context->search_index;
326 srch < sk_MEM_OBJECT_DATA_num(store->data)
329 srch)->attr_info)
333 srch)->attr_info));
334 srch++) ;
336 context->search_index = srch;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/store/
H A Dstr_mem.c276 int srch; local
299 srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
301 if (srch >= 0)
303 context->search_index = srch;
314 for(srch = context->search_index;
315 srch < sk_MEM_OBJECT_DATA_num(store->data)
317 sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info)
319 sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info));
320 srch++)
323 context->search_index = srch;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-dsp.c230 struct sram_channel *srch = &cx88_sram_channels[SRAM_CH27]; local
234 unsigned int bpl = srch->fifo_size/AUD_RDS_LINES;
238 u32 current_address = cx_read(srch->ptr1_reg);
239 u32 offset = (current_address - srch->fifo_start + bpl);
243 current_address - srch->fifo_start, sample_count,
254 samples[i] = cx_read(srch->fifo_start + offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-dsp.c230 struct sram_channel *srch = &cx88_sram_channels[SRAM_CH27]; local
234 unsigned int bpl = srch->fifo_size/AUD_RDS_LINES;
238 u32 current_address = cx_read(srch->ptr1_reg);
239 u32 offset = (current_address - srch->fifo_start + bpl);
243 current_address - srch->fifo_start, sample_count,
254 samples[i] = cx_read(srch->fifo_start + offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/math-emu/
H A Dmulti_arith.h132 #define fp_div64(quot, rem, srch, srcl, div) \
134 : "dm" (div), "1" (srch), "0" (srcl))
156 #define fp_sub96c(dest, srch, srcm, srcl) ({ \
163 : "d" (srch), "1" (dest.m32[0])); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dmulti_arith.h132 #define fp_div64(quot, rem, srch, srcl, div) \
134 : "dm" (div), "1" (srch), "0" (srcl))
156 #define fp_sub96c(dest, srch, srcm, srcl) ({ \
163 : "d" (srch), "1" (dest.m32[0])); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnpsoap.c666 add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, argument
679 dsth = ((((reqw<<10)/srcw)*srch)>>10);
682 dstw = (((reqh<<10)/srch) * srcw>>10);
969 int srcw, srch; local
970 if( resolution && (sscanf(resolution, "%6dx%6d", &srcw, &srch) == 2) )
972 if( srcw > 4096 || srch > 4096 )
973 add_resized_res(srcw, srch, 4096, 4096, "JPEG_LRG", detailID, passed_args);
974 if( srcw > 1024 || srch > 768 )
975 add_resized_res(srcw, srch, 1024, 768, "JPEG_MED", detailID, passed_args);
976 if( srcw > 640 || srch > 48
[all...]
H A Dupnphttp.c1610 int srcw, srch; local
1700 ret = sscanf(resolution, "%dx%d", &srch, &srcw);
1704 ret = sscanf(resolution, "%dx%d", &srch, &srcw);
1708 ret = sscanf(resolution, "%dx%d", &srcw, &srch);
1712 ret = sscanf(resolution, "%dx%d", &srcw, &srch);
1723 dsth = ((((width<<10)/srcw)*srch)>>10);
1727 dstw = (((height<<10)/srch) * srcw>>10);
1747 if( srcw>>4 >= dstw && srch>>4 >= dsth)
1749 else if( srcw>>3 >= dstw && srch>>3 >= dsth )
1751 else if( srcw>>2 >= dstw && srch>>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnpsoap.c666 add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, argument
679 dsth = ((((reqw<<10)/srcw)*srch)>>10);
682 dstw = (((reqh<<10)/srch) * srcw>>10);
969 int srcw, srch; local
970 if( resolution && (sscanf(resolution, "%6dx%6d", &srcw, &srch) == 2) )
972 if( srcw > 4096 || srch > 4096 )
973 add_resized_res(srcw, srch, 4096, 4096, "JPEG_LRG", detailID, passed_args);
974 if( srcw > 1024 || srch > 768 )
975 add_resized_res(srcw, srch, 1024, 768, "JPEG_MED", detailID, passed_args);
976 if( srcw > 640 || srch > 48
[all...]
H A Dupnphttp.c1610 int srcw, srch; local
1700 ret = sscanf(resolution, "%dx%d", &srch, &srcw);
1704 ret = sscanf(resolution, "%dx%d", &srch, &srcw);
1708 ret = sscanf(resolution, "%dx%d", &srcw, &srch);
1712 ret = sscanf(resolution, "%dx%d", &srcw, &srch);
1723 dsth = ((((width<<10)/srcw)*srch)>>10);
1727 dstw = (((height<<10)/srch) * srcw>>10);
1747 if( srcw>>4 >= dstw && srch>>4 >= dsth)
1749 else if( srcw>>3 >= dstw && srch>>3 >= dsth )
1751 else if( srcw>>2 >= dstw && srch>>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnpsoap.c666 add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, argument
679 dsth = ((((reqw<<10)/srcw)*srch)>>10);
682 dstw = (((reqh<<10)/srch) * srcw>>10);
969 int srcw, srch; local
970 if( resolution && (sscanf(resolution, "%6dx%6d", &srcw, &srch) == 2) )
972 if( srcw > 4096 || srch > 4096 )
973 add_resized_res(srcw, srch, 4096, 4096, "JPEG_LRG", detailID, passed_args);
974 if( srcw > 1024 || srch > 768 )
975 add_resized_res(srcw, srch, 1024, 768, "JPEG_MED", detailID, passed_args);
976 if( srcw > 640 || srch > 48
[all...]
H A Dupnphttp.c1610 int srcw, srch; local
1700 ret = sscanf(resolution, "%dx%d", &srch, &srcw);
1704 ret = sscanf(resolution, "%dx%d", &srch, &srcw);
1708 ret = sscanf(resolution, "%dx%d", &srcw, &srch);
1712 ret = sscanf(resolution, "%dx%d", &srcw, &srch);
1723 dsth = ((((width<<10)/srcw)*srch)>>10);
1727 dstw = (((height<<10)/srch) * srcw>>10);
1747 if( srcw>>4 >= dstw && srch>>4 >= dsth)
1749 else if( srcw>>3 >= dstw && srch>>3 >= dsth )
1751 else if( srcw>>2 >= dstw && srch>>
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Decoff.c2946 unsigned int hash, rehash, srch;
2958 for (srch = (hash + rehash) & (count - 1);
2959 srch != hash && srch != i;
2960 srch = (srch + rehash) & (count - 1))
2961 BFD_ASSERT (H_GET_32 (abfd, (raw_armap + 8 + srch * 8)) != 0);
2962 BFD_ASSERT (srch == i);
3119 unsigned int srch;
3122 for (srch
2938 unsigned int hash, rehash, srch; local
3111 unsigned int srch; local
3811 unsigned int srch; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Decoff.c2946 unsigned int hash, rehash, srch;
2958 for (srch = (hash + rehash) & (count - 1);
2959 srch != hash && srch != i;
2960 srch = (srch + rehash) & (count - 1))
2961 BFD_ASSERT (H_GET_32 (abfd, (raw_armap + 8 + srch * 8)) != 0);
2962 BFD_ASSERT (srch == i);
3119 unsigned int srch;
3122 for (srch
2938 unsigned int hash, rehash, srch; local
3111 unsigned int srch; local
3811 unsigned int srch; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Decoff.c2946 unsigned int hash, rehash, srch;
2958 for (srch = (hash + rehash) & (count - 1);
2959 srch != hash && srch != i;
2960 srch = (srch + rehash) & (count - 1))
2961 BFD_ASSERT (H_GET_32 (abfd, (raw_armap + 8 + srch * 8)) != 0);
2962 BFD_ASSERT (srch == i);
3119 unsigned int srch;
3122 for (srch
2938 unsigned int hash, rehash, srch; local
3111 unsigned int srch; local
3811 unsigned int srch; local
[all...]

Completed in 160 milliseconds