Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 32) sorted by relevance

12

/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c53 double z, q, zz, xh; in __gcc_qadd() local
55 z = a + c; in __gcc_qadd()
57 if (nonfinite(z)) { in __gcc_qadd()
58 z = cc + aa + c + a; in __gcc_qadd()
59 if (nonfinite(z)) in __gcc_qadd()
60 return z; in __gcc_qadd()
61 x.dval[0] = z; /* Will always be DBL_MAX. */ in __gcc_qadd()
64 x.dval[1] = a - z + c + zz; in __gcc_qadd()
66 x.dval[1] = c - z + a + zz; in __gcc_qadd()
68 q = a - z; in __gcc_qadd()
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/
H A Dpsc_defs.h37 static inline u32 boot_read_bitfield(u32 z, u32 x, u32 y) in boot_read_bitfield() argument
39 u32 val = z & _boot_bit_mask(x, y); in boot_read_bitfield()
43 static inline u32 boot_set_bitfield(u32 z, u32 f, u32 x, u32 y) in boot_set_bitfield() argument
47 return (z & ~mask) | ((f << y) & mask); in boot_set_bitfield()
/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs_sha256.c50 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
51 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
/rk3399_rockchip-uboot/board/siemens/common/
H A Dfactoryset.c96 int z; in get_factory_record_val() local
107 for (z = pos; fact_get_char(z) != end; z++) { in get_factory_record_val()
108 if (fact_get_char(z) == '<') { in get_factory_record_val()
110 endpos = z; in get_factory_record_val()
118 if (fact_get_char(z) == '>') in get_factory_record_val()
/rk3399_rockchip-uboot/lib/
H A Dmd5.c168 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
169 #define F2(x, y, z) F1(z, x, y) argument
170 #define F3(x, y, z) (x ^ y ^ z) argument
171 #define F4(x, y, z) (y ^ (x | ~z)) argument
174 #define MD5STEP(f, w, x, y, z, data, s) \ argument
175 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
H A Dsha1.c135 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process_one() argument
162 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() argument
189 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process_one() argument
216 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() argument
H A Dsha512.c173 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha512_process() argument
174 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha512_process() argument
H A Dbch.c836 const struct gf_poly *f, struct gf_poly *z, in compute_trace_bk_mod() argument
843 z->deg = 1; in compute_trace_bk_mod()
844 z->c[0] = 0; in compute_trace_bk_mod()
845 z->c[1] = bch->a_pow_tab[k]; in compute_trace_bk_mod()
855 for (j = z->deg; j >= 0; j--) { in compute_trace_bk_mod()
856 out->c[j] ^= z->c[j]; in compute_trace_bk_mod()
857 z->c[2*j] = gf_sqr(bch, z->c[j]); in compute_trace_bk_mod()
858 z->c[2*j+1] = 0; in compute_trace_bk_mod()
860 if (z->deg > out->deg) in compute_trace_bk_mod()
861 out->deg = z->deg; in compute_trace_bk_mod()
[all …]
H A Dsha256.c116 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process_one() argument
117 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process_one() argument
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1678 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); in stbtt__new_active() local
1680 if (!z) return z; in stbtt__new_active()
1684 z->dx = -STBTT_ifloor(STBTT_FIX * -dxdy); in stbtt__new_active()
1686 z->dx = STBTT_ifloor(STBTT_FIX * dxdy); in stbtt__new_active()
1688z->x = STBTT_ifloor(STBTT_FIX * e->x0 + z->dx * (start_point - e->y0)); // use z->dx so when we of… in stbtt__new_active()
1689 z->x -= off_x * STBTT_FIX; in stbtt__new_active()
1691 z->ey = e->y1; in stbtt__new_active()
1692 z->next = 0; in stbtt__new_active()
1693 z->direction = e->invert ? 1 : -1; in stbtt__new_active()
1694 return z; in stbtt__new_active()
[all …]
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_huffman.c74 #define UPHEAP(z) \ argument
77 zz = z; tmp = heap[zz]; \
85 #define DOWNHEAP(z) \ argument
88 zz = z; tmp = heap[zz]; \
H A Dbzlib_decompress.c473 Int32 z = pp+nn; in BZ2_decompress() local
474 s->mtfa[(z) ] = s->mtfa[(z)-1]; in BZ2_decompress()
475 s->mtfa[(z)-1] = s->mtfa[(z)-2]; in BZ2_decompress()
476 s->mtfa[(z)-2] = s->mtfa[(z)-3]; in BZ2_decompress()
477 s->mtfa[(z)-3] = s->mtfa[(z)-4]; in BZ2_decompress()
/rk3399_rockchip-uboot/lib/lzma/
H A Dlzma.txt7 LZMA is default and general compression method of 7z format
52 7zFormat.txt - 7z Format description
53 7zC.txt - 7z ANSI-C Decoder description
54 methods.txt - Compression method IDs for .7z
56 7zr.exe - 7-Zip with 7z/lzma/xz support.
81 7z - 7z ANSI-C Decoder
97 7z - 7z C++ Encoder/Decoder
101 Alone7z - 7zr.exe: Standalone version of 7z.exe that supports only 7z/LZMA/BCJ/BCJ2
103 …Format7zR - 7zr.dll: Reduced version of 7za.dll: extracting/compressing to 7z/LZMA/BCJ/BCJ2
104 Format7zExtractR - 7zxr.dll: Reduced version of 7zxa.dll: extracting from 7z/LZMA/BCJ/BCJ2.
[all …]
H A Dhistory.txt30 - Some changes in ANSI-C 7z Decoder interfaces.
54 - Some changes in ANSI-C 7z Decoder interfaces.
85 - .7z ANSI-C Decoder:
89 - C++ code for .7z archives compressing/decompressing from 7-zip
141 - 7z_C: .7z format supporting was improved
208 - Simplified version of .7z ANSI-C Decoder was included
/rk3399_rockchip-uboot/include/linux/
H A Dkernel.h169 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument
170 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
/rk3399_rockchip-uboot/drivers/soc/keystone/
H A Dkeystone_serdes.c30 #define SERDES_LANE_EN_VAL(x, y, z) (x[y] | (z << 26) | (z << 10)) argument
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sha512.c44 #define CH(x, y, z) ((x & y) ^ (~x & z)) argument
45 #define MAJ(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
H A Davb_sha256.c61 #define CH(x, y, z) ((x & y) ^ (~x & z)) argument
62 #define MAJ(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
/rk3399_rockchip-uboot/include/jffs2/
H A Dload_kernel.h64 #define led_blink(x, y, z, a) argument
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c101 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument
128 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
155 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument
182 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
366 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process() argument
367 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process() argument
H A Dsha2.c213 #define ch(x, y, z) (((x) & (y)) ^ (~(x) & (z))) argument
214 #define maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dam335x-evmsk.dts470 st,click-single-z;
473 st,click-thresh-z = <10>;
480 st,wakeup-z-lo;
481 st,wakeup-z-hi;
484 st,min-limit-z = <140>;
487 st,max-limit-z = <750>;
H A Dam335x-evm.dts437 st,click-single-z;
440 st,click-thresh-z = <10>;
447 st,wakeup-z-lo;
448 st,wakeup-z-hi;
451 st,min-limit-z = <140>;
454 st,max-limit-z = <750>;
H A Dstm32mp157-pinctrl.dtsi405 pinctrl_z: pin-controller-z@54004000 {
408 compatible = "st,stm32mp157-z-pinctrl";
/rk3399_rockchip-uboot/cmd/
H A Djffs2.c139 #define cramfs_load(x,y,z) (-1) argument

12