Home
last modified time | relevance | path

Searched full:just (Results 16276 - 16300 of 34248) sorted by relevance

1...<<651652653654655656657658659660>>...1370

/third_party/node/deps/icu-small/source/common/
H A Dutrie2_builder.cpp832 /* !overwrite, or protected block: just write the values into this block */ in utrie2_setRange32()
1101 /* some overlap, or just move the whole block */ in compactData()
1187 /* some overlap, or just move the whole block */ in compactIndex2()
H A Ducnv_bld.cpp373 * in the first place, or just set the pkg field to "". in createConverterFromFile()
421 * the shared data hash table should be. When on small platforms, or just a couple
1617 /* just uint8_t[], nothing to swap */ in ucnv_swap()
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-printers.h204 // (it just prints p as bool). We want to print p as a const in PrintValue()
217 // T is not a function type. We just call << to print p, in PrintValue()
744 // We can't print the value. Just print the pointer.. in PrintSmartPointer()
/third_party/mesa3d/src/mesa/main/
H A Dformat_utils.c526 * of the packed formats are unsigned, so we can just always use in _mesa_format_convert()
1490 * does just that in a general, yet efficient, way.
1520 * (the number of channels total, not just
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp1066 /* 16-align .rodata in the .o file, just in case */ in writeObjectCode()
1268 /* 16-align .rodata in the .o file, just in case */ in writeObjectCode()
1288 /* 16-align .rodata in the .o file, just in case */ in writeObjectCode()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dusearch.h446 * Just after construction, or after a searching method returns
468 * Just after construction, or after a searching method returns
487 * If the iterator is not pointing at a valid match (e.g. just after
/third_party/node/deps/icu-small/source/i18n/
H A Dtransreg.cpp570 // the same ID from the registry, and the timing is just right. in reget()
1079 * just because someone requested something, we do not expand the
1382 // just using the locale mechanism to map through to a file in instantiateEntry()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c499 * can reliably do texture upload with BLORP so just don't claim support in anv_get_format_plane()
631 * if there are blend constants involved. The swizzle just remaps the in anv_get_image_format_features2()
1632 * sketchy. Also, just disallowing flags is the safe option. in anv_GetPhysicalDeviceExternalBufferProperties()
/third_party/mesa3d/src/util/
H A Dxmlconfig.c231 case DRI_ENUM: /* enum is just a special integer */ in parseValue()
272 /* this is just the starting point of the linear search for the option */ in findOption()
299 case DRI_ENUM: /* enum is just a special integer */ in checkValue()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c370 * of the attributes, hence restrict this to just a single attribute in do_triangle_ccw()
386 * just restrict this to not get used with dx9 (by checking pixel offset), in do_triangle_ccw()
800 * the rasterizer to also respect scissor, etc, just for the rare in lp_setup_bin_triangle()
/third_party/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp613 "They insist they just spent {3,number,currency} "
619 u" - U_MEMORY_ALLOCATION_ERROR. They insist they just spent"
1182 // eviction more. If each thread exercises just one locale, then in run()
/third_party/libinput/src/
H A Devdev-fallback.c585 * cancel event if we just switched to a palm touch. And the in fallback_process_touch()
1183 /* Existing touches do not change, we just update the rect and only in fallback_interface_update_rect()
1211 * arbitration by just a little bit so that any touch in in fallback_interface_toggle_touch()
H A Dquirks.c175 /* These are not ref'd, just a collection of pointers */
199 /* list of quirks handed to libinput, just for bookkeeping */
1451 * simply overwrite each other, so we can just append the in quirk_apply_section()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.h447 // verify the number is actually in use, which is impossible to tell by just
459 // by just looking at a number itself. If the country calling code is not the
464 // valid for Canada, rather than just a valid NANPA number.
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc517 // of the output to 0 and just calculate the high word. in LowerNode()
537 // of the output to 0 and just calculate the high word. in LowerNode()
557 // of the output to 0 and just calculate the high word. in LowerNode()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h43 // If the constant value can be represented in just 16 bits, then
50 // could be loaded with just one, so that this value is patchable later.
88 // Argument 5 takes the slot just past the four Arg-slots. in CFunctionArgumentOperand()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h41 // If the constant value can be represented in just 16 bits, then
45 // be loaded with just one, so that this value is patchable later.
68 // Argument 5 takes the slot just past the four Arg-slots. in CFunctionArgumentOperand()
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc488 // setter just ignores the passed value. http://crbug.com/468611 in memorySetterCallback()
500 !v8::Just(info[0].As<v8::Integer>()->Value()).To(&argId)) { in ValidateAndGetTaskId()
511 return v8::Just(argId); in ValidateAndGetTaskId()
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h22 // just enough data for the upper layer functions. PreParserFactory is
988 // These types form an algebra over syntactic categories that is just
999 // just stay where we are.
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec.cpp247 // startcode+slicedata or just slicedata call in d3d12_video_decoder_decode_bitstream()
252 // If the current buffer is a start code buffer, send it along with the next buffer. Otherwise, just send the in d3d12_video_decoder_decode_bitstream()
928 // we can just use the underlying allocation in pCurrentDecodeTarget in d3d12_video_decoder_prepare_for_decode_frame()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c78 /* Vertices are just an array of floats making up each attribute in
687 * can just multiply these days. in subtriangle()
1362 * Called by vbuf code just before we start buffering primitives.
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c427 * Encrypted PKCS#8 decoder. It operates by just decrypting the given blob
767 * (just X509), but if the PEM name specifically declares it as a trusted in try_decode_X509Certificate()
961 * First step, just take the URI as is. in file_open_ex()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_dtls.c148 /* s->init_num shouldn't ever be < 0...but just in case */ in dtls1_do_write()
210 * We just checked that s->init_num > 0 so this cast should be safe in dtls1_do_write()
318 * next fragment yet so just set that to 0 for now. It will be in dtls1_do_write()
/third_party/node/deps/uv/src/unix/
H A Dstream.c1096 /* XXX: Maybe instead of having UV_HANDLE_READING we just test if in uv__read()
1236 * `uv__drain`, just before the callback is run. */ in uv_shutdown()
1508 * just expresses the desired state of the user. */ in uv__read_start()
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc791 the type from it. In case of any error, just ignore the in process_ctf_base_type()
1319 /// @return the stripped type or just return @p t.
1399 // the qualified type we just built. in process_ctf_qualified_type()

Completed in 68 milliseconds

1...<<651652653654655656657658659660>>...1370