/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | cassini.c | 31 * and allocates a new page for use. otherwise, it just recycles the 538 * just free it in cas_spare_recover() 1033 * a system timer, we just do a check whenever the in cas_pcs_link_check() 1524 /* This interrupt is just for pause frame and pause in cas_mac_interrupt() 1721 * Returns non-zero if we should just exit the interrupt 2103 * NOTE: we currently just treat each flow as a bunch of packets that 2282 /* We'll just return it to Cassini. */ in cas_rx_ringN() 4045 /* If the link task is still pending, we just in cas_link_timer() 4969 /* Just in case the implementation of atomic operations in cas_init_one()
|
/kernel/linux/linux-6.6/net/packet/ |
H A D | af_packet.c | 486 * either 64-bit seconds + 32-bit nanoseconds, or just 64-bit in __packet_set_timestamp() 715 /* An empty block. Just refresh the timer. */ in prb_retire_rx_blk_timer_expired() 730 * So just refresh the timer. in prb_retire_rx_blk_timer_expired() 859 /* We could have just memset this but we will lose the in prb_open_block() 901 * 5.1) Since block-0 is currently in-use, we just freeze the queue. 1108 * Queue was just frozen and now this packet will get dropped. in __packet_lookup_frame_in_block() 1870 * field for just this event. in packet_rcv_spkt() 2288 /* If we are flooded, just give up */ in tpacket_rcv() 3449 * Now it will return ENETDOWN, if device have just gone down, in packet_recvmsg()
|
/third_party/json/ |
H A D | README.md | 267 Note that without appending the `_json` suffix, the passed string literal is not parsed, but just used as JSON string 268 value. That is, `json j = "{ \"happy\": true, \"pi\": 3.141 }"` would just store the string 462 We designed the JSON class to behave just like an STL container. In fact, it satisfies the [**ReversibleContainer**](https://en.cppreference.com/w/cpp/named_req/ReversibleContainer) requirement. 730 Every type can be serialized in JSON, not just STL containers and scalar types. Usually, you would do something along those lines: 812 If you just want to serialize/deserialize some structs, the `to_json`/`from_json` functions can be a lot of boilerplate. 1030 Just as in [Arbitrary Type Conversions](#arbitrary-types-conversions) above, 1308 :beer: If you are using OS X and [Homebrew](https://brew.sh), just type `brew install nlohmann-json` and you're set. If you want the bleeding edge rather than the latest release, use `brew install nlohmann-json --HEAD`. See [nlohmann-json](https://formulae.brew.sh/formula/nlohmann-json) for more information. 1332 If you are using [MSYS2](https://www.msys2.org/), you can use the [mingw-w64-nlohmann-json](https://packages.msys2.org/base/mingw-w64-nlohmann-json) package, just type `pacman -S mingw-w64-i686-nlohmann-json` or `pacman -S mingw-w64-x86_64-nlohmann-json` for installation. Please file issues [here](https://github.com/msys2/MINGW-packages/issues/new?title=%5Bnlohmann-json%5D) if you experience problems with the packages. 1336 If you are using [`build2`](https://build2.org), you can use the [`nlohmann-json`](https://cppget.org/nlohmann-json) package from the public repository https://cppget.org or directly from the [package's sources repository](https://github.com/build2-packaging/nlohmann-json). In your project's `manifest` file, just add `depends: nlohmann-json` (probably with some [version constraints](https://build2.org/build2-toolchain/doc/build2-toolchain-intro.xhtml#guide-add-remove-deps)). If you are not familiar with using dependencies in `build2`, [please read this introduction](https://build2.org/build2-toolchain/doc/build2-toolchain-intro.xhtml).
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | layout.h | 268 MFT_REC_SPACE_FILLER = 0xffff, /* Just to make flags 494 * On NTFS 3.0 volumes the names are just as the types are named in the below 700 * just the right amount of data to make up a compression block, thus this data 701 * is not even attempted to be compressed. It is just stored as is, unless 735 just at the end of the record header. Then, 942 * the fields are present. Maybe just check like this: 1095 * filename is changed. Until then, they just become out of sync with 2291 INDEX_ENTRY_SPACE_FILLER = 0xffff, /* Just to force 16-bit width. */ 2616 /* 16*/ le32 unknown1; /* always 0? Might be just padding. */
|
/third_party/openGLES/extensions/ARB/ |
H A D | ARB_shader_objects.txt | 403 integrated into OpenGL and just provides alternative methods to the 460 24) Do we need a way to get object code back, just like the model of C 486 GetUniformLocationARB, just like any uniform variable, and its value 824 DISCUSSION: Linking a program object with just a vertex shader will get 826 object with just a fragment shader gets you fixed-function vertex 1574 GetUniformLocationARB, just like any uniform variable. Sampler values 1759 Add a new section just after section 6.1.11 (p. 214) called 6.1.12 2834 - Allowed loading more than one element in a uniform array, by just 2841 - AppendShader now takes an array of strings, just like ShaderSource.
|
/third_party/nghttp2/doc/ |
H A D | nghttpx.1.rst | 52 consists of path, host + path or just host. The path 72 just path. Then, longer patterns take precedence over 276 not forwarded to a backend and just consumed along with 827 ticket key generator is required. nghttpx just gets TLS 1399 Just like :option:`--altsvc` option, but this altsvc is only sent 1406 just appends header field and won't replace anything 1415 option just appends header field and won't replace 1904 spawned. On the other hand, the latter just reloads configuration 2029 retrieved from memcached. nghttpx just reads keys from memcached; one
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumberutil.cc | 374 // build may have stripped just one of them (e.g. USE_METADATA_LITE strips in DescHasData() 428 // (true for some non-geographical entities), so we just check mobile. in TestNumberLength() 601 // Add the letters in both variants to the alpha_letters map. This just in InitializeMapsAndSets() 1128 // Unparseable numbers that kept their raw input just use that. in Format() 1533 // prefix, we can just return the national format. in FormatInOriginalFormat() 1588 // the national prefix when written without it (e.g. 0777123) if we just in RawInputContainsNationalPrefix() 1675 // Here we just concatenate them back together after the national prefix in FormatOutOfCountryKeepingAlphaChars() 2423 // just use the rules from the default region (US in this case) since the in IsPossibleNumberForTypeWithReason() 2902 // transformation is necessary, and we just remove the national prefix. in MaybeStripNationalPrefixAndCarrierCode()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.cc | 911 // Record a code dependency on the cell, and just deoptimize if the new in ReduceGlobalAccess() 923 // Record a code dependency on the cell, and just deoptimize if the new in ReduceGlobalAccess() 960 // Record a code dependency on the cell, and just deoptimize if the in ReduceGlobalAccess() 1177 // and if {receiver} is not a Smi just emit a sequence of map checks. in ReduceNamedAccess() 2036 // on the {receiver} and then just load the field value dynamically via in ReduceJSLoadPropertyWithEnumeratedKey() 2447 // We just store directly to the HeapNumber. in BuildPropertyStore() 2736 // bounds check below and just skip the property access if it's out of in BuildElementAccess() 2862 // Just ignore the out-of-bounds write. in BuildElementAccess() 2930 // bounds check below and just skip the store below if it's out of in BuildElementAccess()
|
/third_party/protobuf/ |
H A D | CHANGES.txt | 446 * When serializing uint32 varints, check that we have MAX_VARINT32_SIZE bytes left, not just MAX_VARINT_SIZE. 1181 * The generated file for `foo.proto` is now `foo_pb.rb` instead of just 1370 `COLOR_BLUE` would generate a value of just `Blue`). An option 1399 * Release now includes binary gems for Windows, Mac, and Linux instead of just 1597 duration.proto, etc.). Users can import and use these protos just like 1948 This is useful for moving proto files. To move a proto file, just leave 2064 Most of the work on message instantiation is done just once per message 2097 code generators. Plugins are just binaries which accept a protocol buffer 2417 other than C++: just run protoc as a background process and have it output
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 602 /// for just that block. 1131 // to trellises created by tail-duplication, so we just look for the in canTailDuplicateUnplacedPreds() 1803 // don't bother laying it out, just go round the loop again with BB as in buildChain() 2054 // If no direct predecessor is fine, just use the loop header. in findBestLoopTopHelper() 2111 // is just a normal basic block in the loop, we want to look for what block in findBestLoopExit() 2200 // loop, just use the loop header to layout the loop. in findBestLoopExit() 2548 // If we selected just the header for the loop top, look for a potentially in buildLoopChains() 2710 // FIXME: It would be awesome of updateTerminator would just return rather in buildCFGChains() 2732 // o. just opposite. in buildCFGChains()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 217 * 'num' should be max(in_digits+1,2) for arbitrary 'add' but can be just in uarb_inc() 1098 * function it will always return a-zA-Z, but the extra codes are just there in type_char() 1343 * fails and the read of this PNG file immediately terminates. Just in write_byte() 1641 * chunk. As a side effect the read_count in the file is reset to 8, just in setpos() 3319 * below (it's just a goto to the start with a decent compiler) in read_callback() 3353 /* Write the chunk data, normally this just comes from in read_callback() 3539 /* This just returns the (file*). The chunk and idat control structures in get_control() 3685 " By default files are just checked for readability with a summary of the", in usage() 3773 " not output and the program just returns an exit code and prints a summary.", in usage()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | libmicrohttpd.texi | 115 application, so unsupported encodings could still be processed, just 463 Run using the IPv6 protocol (otherwise, MHD will just support IPv4). 1017 for at least the lifetime of the response, MHD should just use 1018 it, not free it, not copy it, just keep an alias to it. 1163 just after MHD parses the headers. If supported by 1275 and treats it just as @code{MHD_CONTENT_READER_END_WITH_ERROR}. 1588 @var{iterator} can be @code{NULL}: in this case this function just counts 1949 end of the response to MHD (not just before calling 'MHD_queue_response'). 2007 just counts headers.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
H A D | ARB_shader_objects.txt | 393 integrated into OpenGL and just provides alternative methods to the 450 24) Do we need a way to get object code back, just like the model of C 476 GetUniformLocationARB, just like any uniform variable, and its value 814 DISCUSSION: Linking a program object with just a vertex shader will get 816 object with just a fragment shader gets you fixed-function vertex 1564 GetUniformLocationARB, just like any uniform variable. Sampler values 1749 Add a new section just after section 6.1.11 (p. 214) called 6.1.12 2824 - Allowed loading more than one element in a uniform array, by just 2831 - AppendShader now takes an array of strings, just like ShaderSource.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 2306 /* FIXME: should this just take a const APInt reference? */ 2932 // just set the second double to zero. Otherwise, re-convert back to 3069 // This function creates an APInt that is just a bit map of the floating 3438 // Rounding down is just a truncation, except we also want to drop 3450 // the carry, the newly-introduced zeros will just be truncated. 3536 // Just shift left. 3795 // just decrement the significand. 3800 // must just adjust the exponent and set the integral bit to 1. 3803 // just decrement the significand.
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder.cc | 549 // Not overridable, so just use OpExecutionMode LocalSize. in GenerateExecutionModes() 936 // We don't have a pointer, so we can just directly extract the value. in GenerateIndexAccessor() 1384 // If the result and value types are the same we can just use the object. in GenerateTypeConstructorOrConversion() 1386 // value type is a correctly sized vector so we can just use it directly. in GenerateTypeConstructorOrConversion() 2344 // any(v: bool) just resolves to v. in GenerateIntrinsicCall() 2351 // all(v: bool) just resolves to v. in GenerateIntrinsicCall() 3458 // Bitcast does not allow same types, just emit a CopyObject in GenerateBitcastExpression() 3534 // Handle the else case by just outputting the statements. in GenerateConditionalBlock() 3869 // Just emit the type inside the atomic. in GenerateTypeIfNeeded()
|
/third_party/typescript/src/compiler/transformers/ |
H A D | es2015.ts | 969 // If that's the case we can just immediately return the result of a 'super()' call.
1031 // we're going to assume that we should just transform everything after that.
1306 // so let's just ignore it.
2273 // on every iteration so everything will just work.
2554 // we don't want to emit a temporary variable for the RHS, just use it directly.
3331 // simple loops are emitted as just 'loop()';
4023 // NOTE: We use `isPackedArrayLiteral` below rather than just `isArrayLiteral`
4025 // so we cannot just use an array as is. For example:
4206 * Called by the printer just before a node is printed.
|
/third_party/typescript/src/server/ |
H A D | editorServices.ts | 97 * Info that we may send about a file that was just opened.
660 * - false if just config file is watched
1549 // collect orphaned files and assign them to inferred project just like we treat open of a file
1627 // If the current info is being just closed - add the watcher file to track changes
1911 * otherwise just file name
2385 // Just to ensure that even if root files dont change, the changes to the non root file are picked up,
2821 // either it was created just now, or was part of projects but was closed
3112 * If there is no existing project it just opens the configured project for the config file
3864 // we don't want the list to become a 400-element array of just 'kendo'
|
/third_party/python/Objects/ |
H A D | dictobject.c | 92 get insertion order by just iterating dk_entries. 165 But catering to unusual cases should not slow the usual ones, so we just take 208 point (very rarely reached) the recurrence is on (just) 5*j+1 again, and 2552 * Just start over, this shouldn't normally happen. in dict_keys() 2584 * Just start over, this shouldn't normally happen. in dict_values() 2629 * Just start over, this shouldn't normally happen. in dict_items() 2845 // If other is clean, combined, and just allocated, just clone it. in dict_merge() 3026 /* The dict is empty; just return a new dict. */ in PyDict_Copy()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | ohos_gen_framework.py | 770 # skip enums that have no items in enumeratorList (e.g. VkQueryPoolCreateFlagBits) or just one item 2400 # skip sType and pNext and just grab third and next attributes 2406 # if just one member is not part of this blob go to the next blob 2426 # linking using just generic template - all specializations are needed 2506 # skip sType and pNext and just grab third and next attributes 2603 # skip sType and pNext and just grab third and next attributes 2609 # if just one member is not part of this blob go to the next blob 2638 # linking using just generic template - all specializations are needed 2924 # Don't need to support an AND case since that would just be another line in the .txt
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_model_ng.cpp | 583 // if previous menu is custom, just remove it and create new menu, otherwise update old menu in SetMenuItems() 841 // if previous menu is custom, just remove it and create new menu, otherwise update old menu in SetMenuItems()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/ |
H A D | observed_object.ts | 56 // define just once to get just one Symbol
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list.cpp | 603 // childIndex is generated by js framework, just the position of this new list item should be added into the list. in OnChildNodeAdded() 939 break; // Just load the visible range item. in UpdateAccessibilityByVisible()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 311 /* no fixed attr below, just return */ in ToJsonValue() 335 /* no fixed attr below, just return */ in ToJsonValue_GetJsonSize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 275 /* no fixed attr below, just return */ 315 /* no fixed attr below, just return */
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 752 * @brief Restrict Bluetooth BR/EDR ability, just BLE ability available. 769 * @brief Restrict Bluetooth BR/EDR ability, just BLE ability available.
|