HomeSort by: relevance | last modified time | path
    Searched refs:easy (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/public-domain/xz/dist/src/liblzma/common/
easy_preset.h 6 /// \brief Preset handling for easy encoder and decoder
32 /// Set *easy to the settings given by the preset. Returns true on error,
34 extern bool lzma_easy_preset(lzma_options_easy *easy, uint32_t preset);
stream_encoder_mt.c 1034 lzma_options_easy easy; local
1038 return_if_error(get_options(options, &easy, &filters,
1234 lzma_options_easy easy; local
1239 if (get_options(options, &easy, &filters, &block_size,
  /src/games/quiz/
Makefile 13 midearth morse mult murders poetry posneg pres province seq-easy \
  /src/crypto/external/apache2/openssl/dist/doc/life-cycles/
Makefile 18 # for the graph-easy program:
20 # sudo cpanm Graph::Easy
22 graph-easy --from=dot --as_ascii < $< > $@
  /src/crypto/external/bsd/openssl/dist/doc/life-cycles/
Makefile 18 # for the graph-easy program:
20 # sudo cpanm Graph::Easy
22 graph-easy --from=dot --as_ascii < $< > $@
  /src/games/atc/
Makefile 14 GAMES= Game_List Killer crossover default easy game_2 \
  /src/sys/arch/m68k/m68k/
switch_subr.s 157 jeq .Lcpu_switch_resfprest | yes, easy
168 jeq .Lcpu_switch_resfprest | yes, easy
298 jeq .Lm68881rdone | yes, easy
308 jeq .Lm68060fprdone | yes, easy
w16copy.s 107 | the easy way, 32 bits at a time:
  /src/usr.bin/make/unit-tests/
cond-eof.mk 14 # operation. Still, it is easy to avoid evaluating these expressions, just in
var-op-expand.mk 267 # Due to all of this, this surprising behavior is not easy to fix.
  /src/external/mit/libuv/dist/docs/code/uvwget/
main.c 109 int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, void *socketp) {
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/vax/
bn_asm_vax.S 153 #; Using EDIV would be very easy, if it didn't do signed calculations.
158 #; If it was just for the dividend, it would be very easy, just divide
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/
bn_asm_vax.S 153 #; Using EDIV would be very easy, if it didn't do signed calculations.
158 #; If it was just for the dividend, it would be very easy, just divide
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/vax/
bn_asm_vax.S 153 #; Using EDIV would be very easy, if it didn't do signed calculations.
158 #; If it was just for the dividend, it would be very easy, just divide
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d 531 CURLcode function(CURL *curl, /** easy handle */
624 int function(CURL *easy, /** easy handle */
1938 /* unfortunately, the easy.h and multi.h include files need options and info
2076 bad_easy_handle, /** an easy handle was not good/valid */
2095 done, /** This easy handle has completed. 'result' contains
2187 * touch any individual easy handles in any way. We need to define
2266 int function(CURL *easy, /** easy handle */
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
submul_1.asm 56 C extension. That wouldn't be particularly easy to arrange and certainly would
  /src/external/mit/libuv/dist/
LINKS.md 63 * [uvw](https://github.com/skypjack/uvw) - Header-only, event based, tiny and easy to use *libuv* wrapper in modern C++.
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 131 The flattened tree format should be easy to handle, both for the
374 manipulate. On OF systems, it's easy to generate the flattened tree
469 makes it easy to create interrupt trees without having to explicitly
  /src/sys/dev/stbi/
stb_image.c 3418 int easy=0; local
3425 easy = 1;
3428 easy = 2;
3430 if (!easy) {
3442 if (easy) {
3449 a = (easy == 2 ? get8(s) : 255);
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.def 815 program was designed so that new (and temporary) features were easy
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
sqr_basecase.asm 58 C * Replace current unoptimised sqr_diag_addlsh1 loop, 2.5 c/l should be easy.
  /src/lib/libc/regex/
regcomp.c 299 /* do the mallocs early so failure handling is easy */
1729 if (cs == top-1) /* recover only the easy case */
1889 /* finally, it's all reduced to the easy case */
  /src/external/gpl3/gcc/dist/libgcc/config/h8300/
lib1funcs.S 605 ; do it the easy way, see page 107 in manual
  /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
lib1funcs.S 605 ; do it the easy way, see page 107 in manual
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
date.d 3099 This function exists to make it easy to convert a $(LREF DateTime) to a
3101 it presents the information in a clear manner. It also makes it easy to
7565 This function exists to make it easy to convert a $(LREF Date) to a
7567 it presents the information in a clear manner. It also makes it easy to
9139 This function exists to make it easy to convert a $(LREF TimeOfDay) to a
9141 it presents the information in a clear manner. It also makes it easy to

Completed in 66 milliseconds

1 2