Home
last modified time | relevance | path

Searched refs:Z (Results 1 – 25 of 1097) sorted by relevance

12345678910>>...44

/NextBSD/crypto/openssl/crypto/md5/asm/
HDmd5-ia64.S148 #define Z in20 macro
469 dep.z Y = Z, 32, 32 ;; \
470 shrp Z = Z, Y, 64 - s ; \
474 add a = Z, b ; \
482 dep.z Y = Z, 32, 32 ;; \
483 shrp Z = Z, Y, 64 - s ; \
486 add a = Z, b ; \
495 add Z = M, TRound ; \
500 add Z = Z, a ; \
502 add Z = Z, Y ; \
[all …]
/NextBSD/crypto/openssl/crypto/ec/
HDecp_nistputil.c73 # define Z(I) (&((char *)point_array)[(3*(I) + 2) * felem_size]) in ec_GFp_nistp_points_make_affine_internal() macro
75 if (!felem_is_zero(Z(0))) in ec_GFp_nistp_points_make_affine_internal()
76 felem_assign(tmp_felem(0), Z(0)); in ec_GFp_nistp_points_make_affine_internal()
80 if (!felem_is_zero(Z(i))) in ec_GFp_nistp_points_make_affine_internal()
81 felem_mul(tmp_felem(i), tmp_felem(i - 1), Z(i)); in ec_GFp_nistp_points_make_affine_internal()
102 if (!felem_is_zero(Z(i))) { in ec_GFp_nistp_points_make_affine_internal()
107 felem_mul(tmp_felem(i - 1), tmp_felem(i), Z(i)); in ec_GFp_nistp_points_make_affine_internal()
112 felem_square(Z(i), tmp_felem(num)); /* 1/(Z^2) */ in ec_GFp_nistp_points_make_affine_internal()
113 felem_mul(X(i), X(i), Z(i)); /* X/(Z^2) */ in ec_GFp_nistp_points_make_affine_internal()
114 felem_mul(Z(i), Z(i), tmp_felem(num)); /* 1/(Z^3) */ in ec_GFp_nistp_points_make_affine_internal()
[all …]
HDecp_smpl.c365 BN_init(&point->Z); in ec_GFp_simple_point_init()
375 BN_free(&point->Z); in ec_GFp_simple_point_finish()
382 BN_clear_free(&point->Z); in ec_GFp_simple_point_clear_finish()
392 if (!BN_copy(&dest->Z, &src->Z)) in ec_GFp_simple_point_copy()
403 BN_zero(&point->Z); in ec_GFp_simple_point_set_to_infinity()
444 if (!BN_nnmod(&point->Z, z, &group->field, ctx)) in ec_GFp_simple_set_Jprojective_coordinates_GFp()
446 Z_is_one = BN_is_one(&point->Z); in ec_GFp_simple_set_Jprojective_coordinates_GFp()
449 if (!group->meth->field_set_to_one(group, &point->Z, ctx)) in ec_GFp_simple_set_Jprojective_coordinates_GFp()
453 meth->field_encode(group, &point->Z, &point->Z, ctx)) in ec_GFp_simple_set_Jprojective_coordinates_GFp()
492 if (!group->meth->field_decode(group, z, &point->Z, ctx)) in ec_GFp_simple_get_Jprojective_coordinates_GFp()
[all …]
/NextBSD/crypto/openssl/crypto/modes/
HDgcm128.c147 u128 Z = { 0, 0 }; in gcm_gmult_8bit() local
224 Z.hi ^= Htable[n].hi; in gcm_gmult_8bit()
225 Z.lo ^= Htable[n].lo; in gcm_gmult_8bit()
232 rem = (size_t)Z.lo & 0xff; in gcm_gmult_8bit()
233 Z.lo = (Z.hi << 56) | (Z.lo >> 8); in gcm_gmult_8bit()
234 Z.hi = (Z.hi >> 8); in gcm_gmult_8bit()
236 Z.hi ^= rem_8bit[rem]; in gcm_gmult_8bit()
238 Z.hi ^= (u64)rem_8bit[rem] << 32; in gcm_gmult_8bit()
243 Xi[0] = BSWAP8(Z.hi); in gcm_gmult_8bit()
244 Xi[1] = BSWAP8(Z.lo); in gcm_gmult_8bit()
[all …]
/NextBSD/tools/regression/usr.bin/env/
HDregress-env.rgdata39 script:/bin/echo A-${TESTVAR}-Z
40 stdout:A-a1a-Z
44 script:/bin/echo A-${TESTVAR}-Z
45 stdout:A-Global-TV-Value-Z
50 script:/bin/echo A-${TESTVAR}-Z
51 stdout:A-bb22bb-Z
55 script:/bin/echo A-${TESTVAR}-Z
56 stdout:A-ab22ab-Z
60 script:/bin/echo A-${TESTVAR}-Z
61 stdout:A-abc 33 abc-Z
[all …]
/NextBSD/crypto/openssl/crypto/cast/
HDc_skey.c88 CAST_LONG X[4], Z[4]; in private_CAST_set_key() local
112 CAST_exp(l, Z, z, 0); in private_CAST_set_key()
114 CAST_exp(l, Z, z, 4); in private_CAST_set_key()
116 CAST_exp(l, Z, z, 8); in private_CAST_set_key()
118 CAST_exp(l, Z, z, 12); in private_CAST_set_key()
125 l = Z[2] ^ S4[z[5]] ^ S5[z[7]] ^ S6[z[4]] ^ S7[z[6]] ^ S6[z[0]]; in private_CAST_set_key()
127 l = Z[0] ^ S4[x[0]] ^ S5[x[2]] ^ S6[x[1]] ^ S7[x[3]] ^ S7[z[2]]; in private_CAST_set_key()
129 l = Z[1] ^ S4[x[7]] ^ S5[x[6]] ^ S6[x[5]] ^ S7[x[4]] ^ S4[z[1]]; in private_CAST_set_key()
131 l = Z[3] ^ S4[x[10]] ^ S5[x[9]] ^ S6[x[11]] ^ S7[x[8]] ^ S5[z[3]]; in private_CAST_set_key()
140 CAST_exp(l, Z, z, 0); in private_CAST_set_key()
[all …]
/NextBSD/lib/libarchive/tests/
HDMakefile266 FILES+= test_archive_string_conversion.txt.Z.uu
281 FILES+= test_compat_mac-1.tar.Z.uu
282 FILES+= test_compat_mac-2.tar.Z.uu
283 FILES+= test_compat_pax_libarchive_2x.tar.Z.uu
284 FILES+= test_compat_solaris_pax_sparse_1.pax.Z.uu
285 FILES+= test_compat_solaris_pax_sparse_2.pax.Z.uu
298 FILES+= test_fuzz_1.iso.Z.uu
364 FILES+= test_read_format_gtar_filename_cp866.tar.Z.uu
365 FILES+= test_read_format_gtar_filename_eucjp.tar.Z.uu
366 FILES+= test_read_format_gtar_filename_koi8r.tar.Z.uu
[all …]
/NextBSD/contrib/gdb/gdb/doc/
HDannotate.texinfo130 ^Z^Zpre-prompt
132 ^Z^Zprompt
135 ^Z^Zpost-prompt
140 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
246 ^Z^Zvalue-history-begin @var{history-number} @var{value-flags}
248 ^Z^Zvalue-history-value
250 ^Z^Zvalue-history-end
266 ^Z^Zvalue-begin @var{value-flags}
268 ^Z^Zvalue-end
279 ^Z^Zarg-begin
[all …]
/NextBSD/contrib/gdb/gdb/
HDproc-utils.h78 #define write(X,Y,Z) write_with_trace (X, Y, Z, __FILE__, __LINE__) argument
79 #define lseek(X,Y,Z) lseek_with_trace (X, Y, Z, __FILE__, __LINE__) argument
80 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__) argument
86 #define PROC_PRETTYFPRINT_STATUS(X,Y,Z,T) \ argument
87 proc_prettyfprint_status (X, Y, Z, T)
/NextBSD/share/colldef/
HDhu_HU.UTF-8.src78 collating-element <D-Z> from "<D><Z>"
99 collating-element <D-D-Z> from "<D><D><Z>"
120 collating-element <D-Z-S> from "<D><Z><S>"
123 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_ACUTE> from "<D><Z><LATIN_CAPITAL_LETTER_S_WITH_…
126 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_ACUTE_AND_DOT_ABOVE> from "<D><Z><LATIN_CAPITAL_…
129 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_CIRCUMFLEX> from "<D><Z><LATIN_CAPITAL_LETTER_S_…
132 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_CARON> from "<D><Z><LATIN_CAPITAL_LETTER_S_WITH_…
135 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_CARON_AND_DOT_ABOVE> from "<D><Z><LATIN_CAPITAL_…
138 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_DOT_ABOVE> from "<D><Z><LATIN_CAPITAL_LETTER_S_W…
141 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_CEDILLA> from "<D><Z><LATIN_CAPITAL_LETTER_S_WIT…
[all …]
/NextBSD/contrib/groff/font/devlj4/
HDUCBI211 P Z -485
253 O Z -485
254 C Z -485
255 Z o -485
256 Z e -485
257 Z d -485
258 Z s -485
259 Z y -485
260 Z a -485
261 Z w -485
[all …]
HDUB254 P Z -974
337 O Z -974
349 G Z -974
352 C Z -974
355 Z o -974
356 Z e -974
357 Z d -974
358 Z s -485
359 Z y -974
360 Z a -485
[all …]
HDUCR241 P Z -485
296 O Z -485
298 C Z -485
299 Z o -485
300 Z e -485
301 Z d -485
302 Z s -485
303 Z y -485
304 Z a -485
305 Z w -485
[all …]
HDUCB250 P Z -974
321 O Z -485
324 C Z -485
326 Z o -1460
327 Z e -1460
328 Z d -974
329 Z s -974
330 Z y -485
331 Z a -485
332 Z w -485
[all …]
HDUI259 P Z -974
354 O Z -974
366 G Z -485
369 C Z -974
372 Z o -974
373 Z e -974
374 Z d -974
375 Z s -974
376 Z y -974
377 Z a -974
[all …]
HDGI192 P Z -974
218 O Z -974
221 G Z -974
223 Z o -974
224 Z e -485
225 Z d -485
226 Z y -485
227 Z a -485
228 Z w -485
229 Z O -485
[all …]
HDUR256 P Z -485
358 O Z -485
372 C Z -485
375 Z o -485
376 Z e -485
377 Z d -485
378 Z s -485
379 Z y -485
380 Z a -485
381 Z w -485
[all …]
HDUCI253 P Z -485
323 O Z -485
325 C Z -974
326 Z o -485
327 Z e -485
328 Z d -485
329 Z s -974
330 Z y -485
331 Z a -485
332 Z w -485
[all …]
HDOBI255 P Z -974
320 O Z -485
325 G Z -485
326 C Z -485
327 Z o -974
328 Z e -974
329 Z d -974
330 Z y -485
331 Z a -974
332 Z w -485
[all …]
HDOB309 O Z -485
311 G Z -485
313 C Z -485
314 Z o -485
315 Z e -485
316 Z d -485
317 Z s -485
318 Z y -485
319 Z a -485
320 Z w -485
[all …]
HDOR247 P Z -485
303 O Z -974
308 G Z -485
311 Z o -974
312 Z e -974
313 Z d -974
314 Z s -485
315 Z y -974
316 Z a -974
317 Z w -974
[all …]
HDTR334 O Z -485
341 G Z -485
342 C Z -485
344 Z o -485
345 Z e -485
346 Z d -485
347 Z s -485
348 Z y -485
349 Z a -485
350 Z w -485
[all …]
HDOI265 P Z -974
337 O Z -974
343 G Z -485
345 C Z -974
347 Z o -974
348 Z e -974
349 Z d -974
350 Z y -974
351 Z a -974
352 Z w -974
[all …]
HDTB269 P Z -485
349 O Z -485
356 G Z -485
358 C Z -974
380 Z o -485
381 Z e -485
382 Z d -485
383 Z s -485
384 Z y -974
385 Z a -485
[all …]
/NextBSD/contrib/gcc/config/rs6000/
HDsync.md55 [(match_operand:GPR 1 "memory_operand" "Z")] UNSPECV_LL))]
63 (set (match_operand:GPR 1 "memory_operand" "=Z")
71 (match_operand:GPR 1 "memory_operand" "+Z"))
115 (match_operand:SI 4 "memory_operand" "+Z"))
137 (match_operand:GPR 1 "memory_operand" "+Z"))
176 [(set (match_operand:SI 0 "memory_operand" "+Z")
194 [(set (match_operand:DI 0 "memory_operand" "+Z")
235 [(set (match_operand:GPR 0 "memory_operand" "+Z")
277 (match_operand:SI 1 "memory_operand" "+Z"))
297 (match_operand:DI 1 "memory_operand" "+Z"))
[all …]

12345678910>>...44